1 Star 0 Fork 0

zkboys/ajax-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.json 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
PengChen96 提交于 2023-02-18 13:42 . feat: README.md
{
"name": "Ajax Interceptor Tools",
"version": "0.0.4",
"description": "Modify the response text of Ajax requests",
"manifest_version": 3,
"permissions": [
"storage"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"action": {
"default_icon": {
"16": "./icons/tools16.png",
"24": "./icons/tools24.png",
"32": "./icons/tools32.png"
}
},
"icons": {
"48": "./icons/tools128.png",
"128": "./icons/tools128.png"
},
"background": {
"service_worker": "service_worker.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"./content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"devtools_page": "devtoolsPage/index.html",
"web_accessible_resources": [
{
"resources": [
"html/iframePage/dist/index.html",
"pageScripts/index.js",
"html/iframePage/mock.js"
],
"matches": [
"<all_urls>"
]
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zkboys/ajax-tools.git
git@gitee.com:zkboys/ajax-tools.git
zkboys
ajax-tools
ajax-tools
master

搜索帮助