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 |
ID | aifkepbfahbbfbnfoodaohapkadggole |
官方網址 | 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" } |