Scratch Plugin Customization

Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.

Scratch Plugin Customizationとは何ですか?

Scratch Plugin Customizationはrokingによって開発されたChromeの拡張機能で、その主な機能は「Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.」です。

Scratch Plugin Customization拡張機能のCRXファイルをダウンロード

Scratch Plugin Customization拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more specific websites. 
It is recommended to install official plugin "Scratch Device Plugin Helper".                    

拡張機能の基本情報

名前 Scratch Plugin Customization Scratch Plugin Customization
ID aifkepbfahbbfbnfoodaohapkadggole
公式URL https://chromewebstore.google.com/detail/scratch-plugin-customizat/aifkepbfahbbfbnfoodaohapkadggole
説明 Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.
ファイルサイズ 40.75 KB
インストール数 542
現在のバージョン 1.0.0.0
最終更新日 2017-11-04
公開日 2017-11-04
評価 5.00/5 合計 1 レビュー
開発者 roking
支払い方法 free
対応言語 zh-CN
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "ScratchDeviceHost-Background.js"
        ]
    },
    "description": "Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.",
    "externally_connectable": {
        "matches": [
            "*:\/\/scratch.mit.edu\/projects\/*",
            "*:\/\/scratchx.org\/*",
            "*:\/\/scratch.ly\/*",
            "*:\/\/*.scratch.ly\/*",
            "*:\/\/staging.scratch.mit.edu\/*",
            "*:\/\/127.0.0.1\/*",
            "*:\/\/10.9.180.66\/*",
            "*:\/\/*.fcdqxx.cn\/*",
            "*:\/\/*.fyjy.net\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Scratch Plugin Customization",
    "permissions": [
        "nativeMessaging"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.0"
}