How can I send the data on success to other js script in chrome extension

前端 未结 0 690
野性不改
野性不改 2020-12-14 15:21

Background.js

    chrome.tabs.onUpdated.addListener(function (tabId , info, tabs,response, status, jqXhr) {

          if (info.status === \'complete\') {
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题