Commit 1240c60b authored by 廖健文's avatar 廖健文

1

parent dffb9a38
...@@ -39,7 +39,8 @@ chrome.runtime.onMessage.addListener(function (message, sender, sendResponse) { ...@@ -39,7 +39,8 @@ chrome.runtime.onMessage.addListener(function (message, sender, sendResponse) {
);*/ );*/
chrome.tabs.query( chrome.tabs.query(
{ {
url: "*://*.fahuoyi.com/features/scanPrinting", // url: "*://*.fahuoyi.com/features/scanPrinting",
url: "*://*.fahuoyi.com/features/scanPrintingOld",
}, },
function (tabs) { function (tabs) {
console.log(tabs, "tabs11", message.value); console.log(tabs, "tabs11", message.value);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment