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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}