π A Chrome and Firefox extension to manage a list of magnets from your browser π
- Clone the repository:
git clone https://github.com/S0fien/magnets.git - Install the dependencies:
yarn - Build the extension:
yarn run build - Open your browser and load the extension:
- For Chrome:
- Go to
chrome://extensions - Enable "Developer mode"
- Click on "Load unpacked" and select the
buildfolder.
- Go to
- For Firefox:
- Go to
about:debugging - Click on "This Firefox"
- Click on "Load Temporary Add-on" and select the
manifest.jsonfile from thebuildfolder.
- Go to
- React
- TypeScript
- Emotion
- Mantine
- Webpack
- Babel
- Eslint
- Prettier