1 Star 0 Fork 0

zyz / baidu_Beautify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manifest.json 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
zyz 提交于 2024-04-02 10:00 . 修复换页后样式失效问题
{
"name": "百度搜索美化工具",
"version": "1.0.1",
"manifest_version": 3,
"description": "背景图片设置了刷新就没了,只能用超级小的图片,效果还是图标平铺(T ^ T) ,",
"icons": {
"16": "image/ANY_Icon.png",
"32": "image/ANY_Icon.png",
"48": "image/ANY_Icon.png",
"64": "image/ANY_Icon.png",
"128": "image/ANY_Icon.png"
},
"content_scripts": [
{
"matches": ["https://www.baidu.com/*", "http://www.baidu.com/*"],
"js": ["./script/baidu.js"],
"css": [],
"run_at": "document_idle"
}
],
"action": {
"default_icon": "image/ANY_Icon.png",
"default_title": "选项设置",
"default_popup": "./popup/popup.html"
},
"background": {
"service_worker": "./background.js"
},
"permissions": [
"storage",
"activeTab",
"scripting",
"tabs",
"contextMenus",
"declarativeContent",
"webNavigation"
],
"options_page": "./popup/popup.html",
"web_accessible_resources": [
{
"resources": ["image/*"],
"matches": ["http://*/*", "https://*/*"]
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zyz1720/baidu_-beautify.git
git@gitee.com:zyz1720/baidu_-beautify.git
zyz1720
baidu_-beautify
baidu_Beautify
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891