youshu
有数开发提效插件
youshuとは何ですか?
youshuはtaojinhuoによって開発されたChromeの拡張機能で、その主な機能は「有数开发提效插件」です。
拡張機能のスクリーンショット
youshu拡張機能のCRXファイルをダウンロード
youshu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        用于内网产品有数的开发提效,在特定产品中,判断用户的请求,是否符合某种情况,如果符合提供方便的调试视图                     拡張機能の基本情報
| 名前 |   |  
| ID | jffnbhjhndabcccjmmcjhngjccaiebpb | 
| 公式URL | https://chromewebstore.google.com/detail/youshu/jffnbhjhndabcccjmmcjhngjccaiebpb | 
| 説明 | 有数开发提效插件 | 
| ファイルサイズ | 5.41 MB | 
| インストール数 | 108 | 
| 現在のバージョン | 1.0.25 | 
| 最終更新日 | 2023-10-25 | 
| 公開日 | 2021-10-29 | 
| 開発者 | taojinhuo | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | 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
    }
}  |  |