iceluna-chrome

iceluna 前后端联调工具

iceluna-chrome란 무엇입니까?

iceluna-chrome은(는) xiayangxxx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "iceluna 前后端联调工具"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

iceluna-chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": []
}