Scratch 3 Developer Tools
Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu
What is Scratch 3 Developer Tools?
Scratch 3 Developer Tools is a Chrome extension developed by Coder2357, and its main feature is "Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu".
Extension Screenshots
Download Scratch 3 Developer Tools Extension CRX File
Download Scratch 3 Developer Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Scratch 3 Developer Tools |
ID | bfpdlicnalglgniemfjmbjbadekoilpl |
Official URL | https://chromewebstore.google.com/detail/scratch-3-developer-tools/bfpdlicnalglgniemfjmbjbadekoilpl |
Description | Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu |
File Size | 39.6 KB |
Installation Count | 1,932 |
Current Version | 0.1.3 |
Last Updated | 2020-06-08 |
Publish Date | 2020-06-08 |
Rating | 2.00/5 Total 4 Ratings |
Developer | Coder2357 |
[email protected] | |
Payment Type | free |
Extension Website | https://charles2060lab.wixsite.com/website |
Help Page URL | https://charles2060lab.wixsite.com/website |
Supported Languages | 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" ] } |