1 Star 0 Fork 136

孙崇伟convis / NewBingGoGo

forked from 简简aw / NewBingGoGo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.json 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
简简aw 提交于 2023-05-15 19:28 . 版本号更新
{
"name": "NewBingGoGo",
"description": "一个基于微软NewBing接口的浏览器AI对话插件",
"version": "2023.5.15.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"
],
"matches": [
"<all_urls>"
]
}],
"default_locale": "zh_CN"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sunchongwei/NewBingGoGo.git
git@gitee.com:sunchongwei/NewBingGoGo.git
sunchongwei
NewBingGoGo
NewBingGoGo
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891