made with ❤ ️by Fready
Download it from the Extension Store here
Read more about Chrome Extension V3 Manifest specification
git clone [email protected]:freadyapp/xfready2.git
cd fready
yarn setup
yarn dev
- Python 3 required (prefferably installed with
brew
)
yarn dev # will start watching the code
This extension will work in all chromium based browsers. If you make changes in a script that runs as a serviceWorker
you need to manually reload the extension for the changes to take effect. Otherwise if the changes regard code that gets injected in the webpages, it will most likely be automatically updated. If not try to reload the extension again.