dev helper
a extension help develop easy, include CORS...
什么是dev helper?
dev helper是由https://debugmi.com开发的Chrome扩展程序,该扩展的主要功能是“a extension help develop easy, include CORS...”。
扩展截图
下载dev helper扩展crx文件
下载dev helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
1. How to use CORS?
click the icon, keep on "CORS running", then you can switch to any tab to CORS 扩展基本信息
| 名称 | |
| ID | lbanojchlmcbidlamhigcaacamafndmc |
| 官方URL | https://chromewebstore.google.com/detail/dev-helper/lbanojchlmcbidlamhigcaacamafndmc |
| 简介 | a extension help develop easy, include CORS... |
| 文件大小 | 62.7 KB |
| 安装次数 | 51 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2023-03-07 |
| 上架时间 | 2022-06-23 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://debugmi.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.debugmi.com |
| 帮助页面URL | https://www.debugmi.com |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "dev helper",
"description": "a extension help develop easy, include CORS...",
"version": "0.0.2",
"manifest_version": 3,
"background": {
"service_worker": "\/sw.js"
},
"permissions": [
"activeTab",
"declarativeNetRequest",
"tabs"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "1",
"enabled": true,
"path": "rules.json"
}
]
},
"host_permissions": [
" | |