ScratchExt
Adds a button to the Scratch website that installs ScratchExt.
Was ist ScratchExt?
ScratchExt ist eine Chrome-Erweiterung, die von GrannyCookies entwickelt wurde, und ihr Hauptmerkmal ist "Adds a button to the Scratch website that installs ScratchExt.".
Erweiterungsscreenshots
ScratchExt-Erweiterungs-CRX-Datei herunterladen
Laden Sie ScratchExt-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | peilkhpoaiamhgcnagmklekjgmbjjjko |
Offizielle URL | https://chrome.google.com/webstore/detail/scratchext/peilkhpoaiamhgcnagmklekjgmbjjjko |
Beschreibung | Adds a button to the Scratch website that installs ScratchExt. |
Dateigröße | 71.05 KB |
Installationsanzahl | 253 |
Aktuelle Version | 1.2 |
Letztes Update | 2014-12-07 |
Veröffentlichungsdatum | 2014-12-07 |
Bewertung | 4.17/5 Insgesamt 6 Bewertungen |
Entwickler | GrannyCookies |
Zahlungsart | free |
Erweiterungswebsite | http://scratch.mit.edu |
Hilfeseite URL | http://stefanbates.com/bookmarklet.html |
Unterstützte Sprachen | 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" } |