初始化
This commit is contained in:
16
background/worker.js
Normal file
16
background/worker.js
Normal file
@@ -0,0 +1,16 @@
|
||||
console.log("background");
|
||||
|
||||
chrome.runtime.onMessage.addListener(function (request, sender, sendResponse) {
|
||||
console.log(request, sender)
|
||||
sendResponse({});
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user