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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย roking และคุณลักษณะหลักของมันคือ "Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scratch Plugin Customization

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}