31 Star 436 Fork 135

简简aw/NewBingGoGo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.json 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
简简aw 提交于 2023-05-29 17:04 +08:00 . 解决报错的问题
{
"name": "NewBingGoGo",
"description": "一个基于微软NewBing接口的浏览器AI对话插件",
"version": "2023.5.29.1",
"manifest_version": 3,
"permissions": [
"storage",
"cookies",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"declarativeNetRequestFeedback",
"unlimitedStorage",
"tabs",
"scripting",
"webRequest"
],
"optional_permissions": [],
"host_permissions": [
"<all_urls>",
"*://*/*"
],
"icons": {
"128": "/web/img/nasapod128x128.png"
},
"action": {
"default_popup": "/web_plug/popup.plug.html"
},
"background": {
"service_worker": "/server/server.js"
},
"declarative_net_request": {
"rule_resources": [{
"id": "1",
"enabled": true,
"path": "rules.json"
}]
},
"content_scripts": [{
"matches": [
"<all_urls>"
],
"js": [
"web_plug/js/insert/insertRun.js"
]
}],
"web_accessible_resources": [{
"resources": [
"/web_plug/Write_Small.html",
"/web_plug/NewBingGoGo_Small.html",
"/web_plug/css/insert/insert.css",
"/web/NewBingGoGo.html",
"/web/Write.html"
],
"matches": [
"<all_urls>"
]
}],
"default_locale": "zh_CN"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jja8/NewBingGoGo.git
git@gitee.com:jja8/NewBingGoGo.git
jja8
NewBingGoGo
NewBingGoGo
master

搜索帮助