mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-10-23 01:55:25 +00:00
基于template做代码结构调整
This commit is contained in:
@@ -1 +1,4 @@
|
||||
console.log('background !')
|
||||
chrome.runtime.onMessage.addEventListener(function (req, sender, callback) {
|
||||
callback("hi ,i am background!")
|
||||
})
|
||||
console.log("background inited!");
|
Reference in New Issue
Block a user