- Convert to and from CUML1
- Website compatibility checks
- Dark mode
- Extension on Firefox
- Extension on Safari?
- Publish this on browser web stores
To load an unpacked extension in developer mode in Chrome [source]
- Go to the Extensions page by entering
chrome://extensions
in a new tab. (By designchrome://
URLs are not linkable.)- Alternatively, click the Extensions menu puzzle button and select Manage Extensions at the bottom of the menu.
- Or, click the Chrome menu, hover over More Tools, then select Extensions.
- Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the Load unpacked button and select the extension directory.
To load an unpacked extension in developer mode in Firefox [source] *remains installed until you restart Firefox
- Go to
about:debugging
in a new tab. (By design it is not linkable.) - Click the This Firefox option.
- Click the Load Temporary Add-on button.
- Select
manifest.json
in your extension's directory.