Alpha
Preliminary version was coded over a few hours while waiting for a delayed flight.
- Automated tests
- Firefox support
- Support for shadow dom
- Support for downloading fonts
- Support for frames and iframes
- Annotating clips before download
- Editing and previewing clips
Fluid Notion is a suite of minimal open-source productivity tools.
This plugin was based on Samuel Simões's Chrome extension boilerplate.
- Clone the repository.
- Install yarn:
npm install -g yarn
. - Run
yarn
. - Change the package's name and description on
package.json
. - Change the name of your extension on
src/manifest.json
. - Run
npm run start
- Load your extension on Chrome following:
- Access
chrome://extensions/
- Check
Developer mode
- Click on
Load unpacked extension
- Select the
build
folder.
- Access
- Have fun.
After the development of your extension run the command
$ NODE_ENV=production npm run build
Now, the content of build
folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the official guide to more information.