background.js 205 B

123456
  1. chrome.browserAction.onClicked.addListener(function (tab) {
  2. // for the current tab, inject the "inject.js" file & execute it
  3. // chrome.tabs.executeScript(tab.ib, {
  4. // file: 'inject.js'
  5. // });
  6. });