dev helper

a extension help develop easy, include CORS...

dev helperとは何ですか?

dev helperはhttps://debugmi.comによって開発されたChromeの拡張機能で、その主な機能は「a extension help develop easy, include CORS...」です。

拡張機能のスクリーンショット

screenshot
screenshot

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                    

拡張機能の基本情報

名前 dev helper dev helper
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
Eメール [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": [
        ""
    ],
    "action": {
        "default_popup": "\/popup.html",
        "default_icon": "\/assets\/logo.png",
        "default_title": ""
    },
    "icons": {
        "16": "\/assets\/logo.png",
        "32": "\/assets\/logo.png",
        "48": "\/assets\/logo.png",
        "96": "\/assets\/logo.png",
        "128": "\/assets\/logo.png"
    }
}