ScratchIO Beta

Use Scratch JS plugins easily on Scratch 2.0

Hvad er ScratchIO Beta?

ScratchIO Beta er en Chrome-udvidelse udviklet af yotam.salmon, og dens hovedfunktion er "Use Scratch JS plugins easily on Scratch 2.0".

Download ScratchIO Beta-udvidelses-CRX-fil

Download ScratchIO Beta-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn ScratchIO Beta ScratchIO Beta
ID looajjlckekpkajlfcodoieejedokfep
Officiel URL https://chrome.google.com/webstore/detail/scratchio-beta/looajjlckekpkajlfcodoieejedokfep
Beskrivelse Use Scratch JS plugins easily on Scratch 2.0
Filstørrelse 242 KB
Antal Installationer 127
Nuværende Version 0.3 Pre Beta
Senest Opdateret 2016-12-27
Udgivelsesdato 2016-12-27
Udvikler yotam.salmon
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}