提交0.1.0版本

- 完成了书签的基本功能和插件
This commit is contained in:
2026-01-21 23:09:33 +08:00
parent 3e2d1456eb
commit 1a3bbac9ff
95 changed files with 12431 additions and 12445 deletions

View File

@@ -1,12 +1,12 @@
{
"manifest_version": 3,
"name": "BrowserBookmark",
"version": "0.1.0",
"action": {
"default_title": "Bookmarks",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": ["storage", "tabs"],
"host_permissions": ["<all_urls>"]
}
{
"manifest_version": 3,
"name": "BrowserBookmark",
"version": "0.1.0",
"action": {
"default_title": "Bookmarks",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": ["storage", "tabs"],
"host_permissions": ["<all_urls>"]
}