Chrome Tabs

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

chrome.tabs.

query({},function(tabs) {
var urls = tabs.map(function() {
return tab.url;
});
});

You might also like