iceluna-chrome

iceluna 前后端联调工具

Wat is iceluna-chrome?

iceluna-chrome is een Chrome-extensie ontwikkeld door xiayangxxx, en de belangrijkste functie is "iceluna 前后端联调工具".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie iceluna-chrome

Download iceluna-chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam iceluna-chrome iceluna-chrome
ID lglhmjchllhepjimifoflomgmajmnncd
Officiële URL https://chromewebstore.google.com/detail/iceluna-chrome/lglhmjchllhepjimifoflomgmajmnncd
Beschrijving iceluna 前后端联调工具
Bestandsgrootte 409 KB
Aantal Installaties 252
Huidige Versie 1.0.4
Laatst Bijgewerkt 2020-10-29
Publicatiedatum 2020-10-10
Ontwikkelaar xiayangxxx
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
}