Skip to content

v0.0.4 🌈

Latest
Compare
Choose a tag to compare
@sweatpotato13 sweatpotato13 released this 12 Mar 07:16
· 2 commits to main since this release

v0.0.4

How to install

  1. Build via yarn build or yarn watch
  2. Install the extension
  • Chrome:
    • go to chrome://extensions/
    • ensure you have the Development flag set
    • "Load unpacked" and point to packages/extension/build
    • if developing, after making changes - refresh the extension
  • Firefox:
    • go to about:debugging#addons
    • check "Enable add-on debugging"
    • click on "Load Temporary Add-on" and point to packages/extension/build/manifest.json
    • if developing, after making changes - reload the extension