SwVitaliy

Untitled

Nov 23rd, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. chrome.tabs.query({ windowId: chrome.WINDOW_ID_CURRENT }, function(tabs) {
  2. tabs.forEach(function(tab) {
  3. console.log(tab)
  4. });
  5. })
Advertisement
Add Comment
Please, Sign In to add comment