Skip to content

freadyapp/fready

Repository files navigation

The Fready Browser Extension

made with ❤ ️by Fready

Download it from the Extension Store here

or checkout the releases for a .crx file


Fready Home:


Developing:

Read more about Chrome Extension V3 Manifest specification

Installing the repo:

git clone [email protected]:freadyapp/xfready2.git
cd fready
yarn setup
yarn dev
  • Python 3 required (prefferably installed with brew)

Developing

yarn dev # will start watching the code

(re) Loading the extension in the browser

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.