feat: support local html

This commit is contained in:
Gabe
2025-10-11 01:26:09 +08:00
parent 549b945d0f
commit 9ace600fce
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
"content_scripts": [
{
"js": ["content.js"],
"matches": ["<all_urls>"],
"matches": ["<all_urls>", "file://*/*"],
"all_frames": true
}
],

View File

@@ -13,7 +13,7 @@
"content_scripts": [
{
"js": ["content.js"],
"matches": ["<all_urls>"],
"matches": ["<all_urls>", "file://*/*"],
"all_frames": true
}
],

View File

@@ -18,7 +18,7 @@
"content_scripts": [
{
"js": ["content.js"],
"matches": ["<all_urls>"],
"matches": ["<all_urls>", "file://*/*"],
"all_frames": true
}
],