iceluna-chrome

iceluna 前后端联调工具

Apa itu iceluna-chrome?

iceluna-chrome adalah ekstensi Chrome yang dikembangkan oleh xiayangxxx, dan fitur utamanya adalah "iceluna 前后端联调工具".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi iceluna-chrome

Unduh file ekstensi iceluna-chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        iceluna研发体系代理工具,用于进行研发阶段的接口代理,数据mock及CDN本地调试。                    

Informasi Dasar Ekstensi

Nama iceluna-chrome iceluna-chrome
ID lglhmjchllhepjimifoflomgmajmnncd
URL Resmi https://chromewebstore.google.com/detail/iceluna-chrome/lglhmjchllhepjimifoflomgmajmnncd
Deskripsi iceluna 前后端联调工具
Ukuran File 409 KB
Jumlah Instalasi 252
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2020-10-29
Tanggal Publikasi 2020-10-10
Pengembang xiayangxxx
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iceluna-chrome",
    "description": "iceluna \u524d\u540e\u7aef\u8054\u8c03\u5de5\u5177",
    "version": "1.0.4",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "css": [],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "",
        "background",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "js\/inject.js",
        "js\/content.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/iceluna.alibaba.net\/*",
            "*:\/\/iceluna.alibaba-inc.com\/*",
            "*:\/\/pre-iceluna.alibaba-inc.com\/*"
        ]
    },
    "commands": []
}