iceluna-chrome

iceluna 前后端联调工具

iceluna-chromeคืออะไร?

iceluna-chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xiayangxxx และคุณลักษณะหลักของมันคือ "iceluna 前后端联调工具"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iceluna-chrome

ดาวน์โหลดไฟล์ส่วนขยาย iceluna-chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ iceluna-chrome iceluna-chrome
ID lglhmjchllhepjimifoflomgmajmnncd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/iceluna-chrome/lglhmjchllhepjimifoflomgmajmnncd
คำอธิบาย iceluna 前后端联调工具
ขนาดไฟล์ 409 KB
จำนวนการติดตั้ง 252
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2020-10-29
วันที่เผยแพร่ 2020-10-10
ผู้พัฒนา xiayangxxx
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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": []
}