A buggy chrome extension for adding tweaks, themes, and autocompletions to the Glitch editor
- Download and extract this repo
- Open chrome://extensions
- Turn on developer mode (Upper right corner)
- Click "Load Unpacked"
- Select the folder that contains all the files
- Download and extract this repo
- Go to about:debugging -> This Firefox
- Click "Load Temporary Add-on..."
- Select the
manifest.json
file from Monarch. - Go to about:addons -> Extensions
- Click the "..." by Monarch -> Manage
- Go to "Permissions"
- Turn on the "Access your data for https://glitch.com"
- Download and extract this repo into the directory that you put it in previously.
- Go to chrome://extensions
- Click the reload icon on the Monarch extension.
- Download and extract this repo into the directory that you put it in previously.
- Go to about:debugging -> This Firefox
- Temporary Extensions -> Monarch
- Click "Reload" in the bottom right.
This project is still in development, so there are many bugs.
The code is somewhat funky with including files, so when you open a large file, it usually crashes the extension.
This extension is made for chrome. It will probably only work on chrome-based browsers.
There is a warning similar to the below warnings when reading through manifest.json
. This is because the manifest is built to support both Chrome and Firefox browsers, and they work slightly different from each other.
Warnings:
- Chrome: 'background.scripts' requires manifest version of 2 or lower.
- Firefox: Reading manifest: Warning processing background.service_worker: An unexpected property was found in the WebExtension manifest.
- Added a new
settings
object to store settings. - Updated the assets menu to have a view scale slider.
- Updated the opened asset menu to be slightly cleaner.
- Added folders/groups for assets.
- Added a button to show/hide normally hidden files (.glitch-assets).
- Slightly improved the speed and quality of code (Thanks Tiago)
- Firefox support!!!!! (Finally!)
- General improvements to UI
- Bug fixes
- The default settings now properly load when installing Monarch for the first time
- Added a dedicated settings menu for Monarch
- Moved show/hide hidden files button
- Fixed up Chromokai theme
- Removed Pico-8 theme
- Improved the UI
- Added Logo