1 Star 0 Fork 135

zhujunan/NewBingGoGo

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

搜索帮助