Scratch 3 Developer Tools
Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu
Wat is Scratch 3 Developer Tools?
Scratch 3 Developer Tools is een Chrome-extensie ontwikkeld door Coder2357, en de belangrijkste functie is "Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu".
Extensie Screenshots
Download het CRX-bestand van de extensie Scratch 3 Developer Tools
Download Scratch 3 Developer Tools-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
Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu There are some bugs like when you prees clean up, it will say Griffpatch So it dosent matters and just use it , it will come with a update later
Basisinformatie over de Extensie
Naam | Scratch 3 Developer Tools |
ID | bfpdlicnalglgniemfjmbjbadekoilpl |
Officiële URL | https://chromewebstore.google.com/detail/scratch-3-developer-tools/bfpdlicnalglgniemfjmbjbadekoilpl |
Beschrijving | Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu |
Bestandsgrootte | 39.6 KB |
Aantal Installaties | 1,932 |
Huidige Versie | 0.1.3 |
Laatst Bijgewerkt | 2020-06-08 |
Publicatiedatum | 2020-06-08 |
Beoordeling | 2.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Coder2357 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://charles2060lab.wixsite.com/website |
Help Pagina-URL | https://charles2060lab.wixsite.com/website |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scratch 3 Developer Tools", "short_name": "Scratch 3 Dev Tools", "description": "Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https:\/\/scratch.mit.edu", "author": "Griffpatch", "version": "0.1.3", "homepage_url": "https:\/\/www.griffpatch.co.uk", "icons": { "32": "favicon.png", "128": "bigIcon.png" }, "browser_action": { "default_icon": "favicon.png" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/scratch.mit.edu\/projects\/*", "https:\/\/llk.github.io\/scratch-gui\/*" ], "js": [ "injectSimple.js" ], "css": [ "inject.css" ], "all_frames": false } ], "permissions": [ "https:\/\/scratch.mit.edu\/*", "https:\/\/llk.github.io\/scratch-gui\/*" ], "web_accessible_resources": [ "inject3.js" ] } |