ScratchExt
Adds a button to the Scratch website that installs ScratchExt.
Hvad er ScratchExt?
ScratchExt er en Chrome-udvidelse udviklet af GrannyCookies, og dens hovedfunktion er "Adds a button to the Scratch website that installs ScratchExt.".
Udvidelsesskærmbilleder
Download ScratchExt-udvidelses-CRX-fil
Download ScratchExt-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | peilkhpoaiamhgcnagmklekjgmbjjjko |
Officiel URL | https://chrome.google.com/webstore/detail/scratchext/peilkhpoaiamhgcnagmklekjgmbjjjko |
Beskrivelse | Adds a button to the Scratch website that installs ScratchExt. |
Filstørrelse | 71.05 KB |
Antal Installationer | 253 |
Nuværende Version | 1.2 |
Senest Opdateret | 2014-12-07 |
Udgivelsesdato | 2014-12-07 |
Bedømmelse | 4.17/5 Samlet 6 Bedømmelser |
Udvikler | GrannyCookies |
Betalingsmetode | free |
Udvidelseswebsted | http://scratch.mit.edu |
Hjælpeside-URL | http://stefanbates.com/bookmarklet.html |
Understøttede Sprog | 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" } |