Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.29 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.29 KB

Feature List

  • Convert to and from CUML1
  • Website compatibility checks
  • Dark mode

To Do List

  • Extension on Firefox
  • Extension on Safari?
  • Publish this on browser web stores

Manual Installation

To load an unpacked extension in developer mode in Chrome [source]

  1. Go to the Extensions page by entering chrome://extensions in a new tab. (By design chrome:// 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.
  2. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  3. 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

  1. Go to about:debugging in a new tab. (By design it is not linkable.)
  2. Click the This Firefox option.
  3. Click the Load Temporary Add-on button.
  4. Select manifest.json in your extension's directory.