注入脚本和inject/content通信
Some checks failed
build / Build (push) Failing after 6s
test / Run tests (push) Failing after 2s

This commit is contained in:
2025-03-31 18:06:00 +08:00
parent 48f1b1f33b
commit 315f5f148c
17 changed files with 395 additions and 167 deletions

View File

@ -17,6 +17,18 @@
"128": "assets/logo.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src/content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"icons": {
"128": "assets/logo.png"
},