ScratchIO Beta
Use Scratch JS plugins easily on Scratch 2.0
Wat is ScratchIO Beta?
ScratchIO Beta is een Chrome-extensie ontwikkeld door yotam.salmon, en de belangrijkste functie is "Use Scratch JS plugins easily on Scratch 2.0".
Download het CRX-bestand van de extensie ScratchIO Beta
Download ScratchIO Beta-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | looajjlckekpkajlfcodoieejedokfep |
| Officiële URL | https://chrome.google.com/webstore/detail/scratchio-beta/looajjlckekpkajlfcodoieejedokfep |
| Beschrijving | Use Scratch JS plugins easily on Scratch 2.0 |
| Bestandsgrootte | 242 KB |
| Aantal Installaties | 127 |
| Huidige Versie | 0.3 Pre Beta |
| Laatst Bijgewerkt | 2016-12-27 |
| Publicatiedatum | 2016-12-27 |
| Ontwikkelaar | yotam.salmon |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |