ScratchExt
Adds a button to the Scratch website that installs ScratchExt.
Wat is ScratchExt?
ScratchExt is een Chrome-extensie ontwikkeld door GrannyCookies, en de belangrijkste functie is "Adds a button to the Scratch website that installs ScratchExt.".
Extensie Screenshots
Download het CRX-bestand van de extensie ScratchExt
Download ScratchExt-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
This extension adds 2 buttons to the Scratch website that install ScratchExt. One is in the navbar, and the other is in the editor near the file button. They are both red so you should see them xP Designed with this custom navigation bar: https://userstyles.org/styles/107407/scratch-navbar-changes This eleminates the need to click the bookmarklet. Extension made by GrannyCookies (Alex Bates) ScratchExt is a collab between GrannyCookies, thistleeverfreen, and Yoda3D.
Basisinformatie over de Extensie
Naam | |
ID | peilkhpoaiamhgcnagmklekjgmbjjjko |
Officiële URL | https://chrome.google.com/webstore/detail/scratchext/peilkhpoaiamhgcnagmklekjgmbjjjko |
Beschrijving | Adds a button to the Scratch website that installs ScratchExt. |
Bestandsgrootte | 71.05 KB |
Aantal Installaties | 253 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2014-12-07 |
Publicatiedatum | 2014-12-07 |
Beoordeling | 4.17/5 Totaal 6 Beoordelingen |
Ontwikkelaar | GrannyCookies |
Betalingswijze | free |
Extensiewebsite | http://scratch.mit.edu |
Help Pagina-URL | http://stefanbates.com/bookmarklet.html |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScratchExt", "version": "1.2", "description": "Adds a button to the Scratch website that installs ScratchExt.", "icons": { "128": "logo.png" }, "content_scripts": [ { "matches": [ "http:\/\/scratch.mit.edu\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "http:\/\/scratch.mit.edu\/*" ], "manifest_version": 2, "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src http:\/\/scratch.mit.edu; img-src http:\/\/scratch.mit.edu" } |