iceluna-chrome

iceluna 前后端联调工具

iceluna-chrome là gì?

iceluna-chrome là một tiện ích mở rộng Chrome được phát triển bởi xiayangxxx, và tính năng chính của nó là "iceluna 前后端联调工具".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng iceluna-chrome

Tải xuống các tệp mở rộng iceluna-chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên iceluna-chrome iceluna-chrome
ID lglhmjchllhepjimifoflomgmajmnncd
URL Chính Thức https://chromewebstore.google.com/detail/iceluna-chrome/lglhmjchllhepjimifoflomgmajmnncd
Mô tả iceluna 前后端联调工具
Kích Thước Tệp 409 KB
Số Lần Cài Đặt 252
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2020-10-29
Ngày Phát Hành 2020-10-10
Nhà Phát Triển xiayangxxx
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}