TODO: think

This commit is contained in:
2021-04-27 18:36:08 +08:00
parent a7f0eabbc7
commit 6d1b058de8
10 changed files with 214 additions and 49 deletions

View File

@@ -2,7 +2,8 @@ console.log("background");
chrome.runtime.onMessage.addListener(function (request, sender, sendResponse) {
console.log(request, sender)
sendResponse({});
// sendResponse({});
});