youshu

有数开发提效插件

Was ist youshu?

youshu ist eine Chrome-Erweiterung, die von taojinhuo entwickelt wurde, und ihr Hauptmerkmal ist "有数开发提效插件".

Erweiterungsscreenshots

screenshot

youshu-Erweiterungs-CRX-Datei herunterladen

Laden Sie youshu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name youshu youshu
ID jffnbhjhndabcccjmmcjhngjccaiebpb
Offizielle URL https://chromewebstore.google.com/detail/youshu/jffnbhjhndabcccjmmcjhngjccaiebpb
Beschreibung 有数开发提效插件
Dateigröße 5.41 MB
Installationsanzahl 108
Aktuelle Version 1.0.25
Letztes Update 2023-10-25
Veröffentlichungsdatum 2021-10-29
Entwickler taojinhuo
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
    }
}