ScratchIO Beta
Use Scratch JS plugins easily on Scratch 2.0
Cos'è ScratchIO Beta?
ScratchIO Beta è un'estensione di Chrome sviluppata da yotam.salmon, e la sua funzione principale è "Use Scratch JS plugins easily on Scratch 2.0".
Scarica il file CRX dell'estensione ScratchIO Beta
Scarica i file di estensione ScratchIO Beta in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | looajjlckekpkajlfcodoieejedokfep |
| URL Ufficiale | https://chrome.google.com/webstore/detail/scratchio-beta/looajjlckekpkajlfcodoieejedokfep |
| Descrizione | Use Scratch JS plugins easily on Scratch 2.0 |
| Dimensione del File | 242 KB |
| Conteggio Installazioni | 127 |
| Versione Corrente | 0.3 Pre Beta |
| Ultimo Aggiornamento | 2016-12-27 |
| Data di Pubblicazione | 2016-12-27 |
| Sviluppatore | yotam.salmon |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |