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.
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.
Google Chrome / Chromium or Firefox
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
- 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!
- 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!
v0.0.2 - Fixed focus bug
v0.0.1 - Initial Release
- Griffpatch - Initial work - griffpatch
This project is licensed under the GNU General Public License v3 - see the LICENSE.md file for details
The Scratch Team are awesome - Thanks for Scratch!