youshu

有数开发提效插件

Hvad er youshu?

youshu er en Chrome-udvidelse udviklet af taojinhuo, og dens hovedfunktion er "有数开发提效插件".

Udvidelsesskærmbilleder

screenshot

Download youshu-udvidelses-CRX-fil

Download youshu-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        用于内网产品有数的开发提效,在特定产品中,判断用户的请求,是否符合某种情况,如果符合提供方便的调试视图                    

Grundlæggende oplysninger om udvidelsen

Navn youshu youshu
ID jffnbhjhndabcccjmmcjhngjccaiebpb
Officiel URL https://chromewebstore.google.com/detail/youshu/jffnbhjhndabcccjmmcjhngjccaiebpb
Beskrivelse 有数开发提效插件
Filstørrelse 5.41 MB
Antal Installationer 108
Nuværende Version 1.0.25
Senest Opdateret 2023-10-25
Udgivelsesdato 2021-10-29
Udvikler taojinhuo
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "taojinhuo",
    "name": "youshu",
    "version": "1.0.25",
    "description": "\u6709\u6570\u5f00\u53d1\u63d0\u6548\u63d2\u4ef6",
    "icons": {
        "128": "images\/youshu128.png",
        "16": "images\/youshu16.png",
        "48": "images\/youshu48.png",
        "64": "images\/youshu64.png"
    },
    "browser_action": {
        "default_icon": "images\/youshu16.png",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/g.alicdn.com http:\/\/127.0.0.1 http:\/\/localhost \/config\/config.html; object-src 'self';",
    "optional_permissions": [],
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.alibaba-inc.com\/*",
        "*:\/\/*.chengfengos.com\/*",
        "*:\/\/*.alibaba.com\/*",
        "*:\/\/*.alibaba.net\/*",
        "*:\/\/*.dingtalk.com\/*"
    ],
    "devtools_page": "devtools\/entry.html",
    "background": {
        "page2": "background\/background.html",
        "scripts": [
            "dist\/background.bundle.js"
        ],
        "persistent": true
    }
}