ScratchIO Beta

Use Scratch JS plugins easily on Scratch 2.0

What is ScratchIO Beta?

ScratchIO Beta is a Chrome extension developed by yotam.salmon, and its main feature is "Use Scratch JS plugins easily on Scratch 2.0".

Download ScratchIO Beta Extension CRX File

Download ScratchIO Beta extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name ScratchIO Beta ScratchIO Beta
ID looajjlckekpkajlfcodoieejedokfep
Official URL https://chrome.google.com/webstore/detail/scratchio-beta/looajjlckekpkajlfcodoieejedokfep
Description Use Scratch JS plugins easily on Scratch 2.0
File Size 242 KB
Installation Count 127
Current Version 0.3 Pre Beta
Last Updated 2016-12-27
Publish Date 2016-12-27
Developer yotam.salmon
Email [email protected]
Payment Type free
Supported Languages 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"
}