Scratch3-Dev-Tools
Scratch3-Dev-Tools copied to clipboard
Scratch 3 Dev Tools Browser Extension
Griffpatch's Scratch 3 Dev Tools Chrome Browser Extension
Welcome all - This is a chrome extension I'm developing to add new complementary features to the awesome Scratch website. The source code is provided here for you to see, but you can more easily download the official extension from the Google Chrome Webstore.
Getting Started
To use the extension, download it from here.
If you want to build it yourself, or see how it works, then the following instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
Google Chrome / Chromium or Firefox
Installing
First you'll need to download the files. You can do this with the "Clone or download" button here on GitHub, or clone this repository:
git clone https://github.com/griffpatch/Scratch3-Dev-Tools
Installing (Chrome / Chromium)
- Open Google Chrome and navigate to:
chrome://extensions/
- Click the
Load Unpacked
button (top left) - Select the folder containing the extension files
- Navigate to a Scratch project at https://scratch.mit.edu/ and look inside
- Enjoy!
Installing (Firefox)
- Open Firefox and navigate to:
about:debugging
- Click
This Firefox
- Click
Load Temporary Add-on...
- Open the folder containing the extension files, and choose the
manifest.json
file - Navigate to a Scratch project at https://scratch.mit.edu/ and look inside
- Enjoy!
Versioning
v0.0.2 - Fixed focus bug
v0.0.1 - Initial Release
Authors
- Griffpatch - Initial work - griffpatch
License
This project is licensed under the GNU General Public License v3 - see the LICENSE.md file for details
Acknowledgments
The Scratch Team are awesome - Thanks for Scratch!