ScratchIO Beta
Use Scratch JS plugins easily on Scratch 2.0
ScratchIO Betaとは何ですか?
ScratchIO Betaはyotam.salmonによって開発されたChromeの拡張機能で、その主な機能は「Use Scratch JS plugins easily on Scratch 2.0」です。
ScratchIO Beta拡張機能のCRXファイルをダウンロード
ScratchIO Beta拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | looajjlckekpkajlfcodoieejedokfep |
公式URL | https://chrome.google.com/webstore/detail/scratchio-beta/looajjlckekpkajlfcodoieejedokfep |
説明 | Use Scratch JS plugins easily on Scratch 2.0 |
ファイルサイズ | 242 KB |
インストール数 | 127 |
現在のバージョン | 0.3 Pre Beta |
最終更新日 | 2016-12-27 |
公開日 | 2016-12-27 |
開発者 | yotam.salmon |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ScratchIO Beta", "description": "Use Scratch JS plugins easily on Scratch 2.0", "version": "0.4.1", "author": "Yotam Salmon", "icons": { "16": "image\/icon16.png", "48": "image\/icon48.png", "128": "image\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "presistent": false }, "browser_action": { "default_icon": { "19": "image\/icon19.png", "38": "image\/icon38.png" }, "default_title": "SIO plugin", "default_popup": "popup.html" }, "permissions": [ "tabs", "*:\/\/*\/*", "webNavigation", "webRequest", "webRequestBlocking", "*:\/\/scratch.mit.edu\/*", "file:\/\/\/*.*", "storage" ], "web_accessible_resources": [ "js\/editor.js", "js\/editorInternal.js", "js\/embedInternal.js" ], "version_name": "0.3 Pre Beta" } |