Simple Chrome extension for keeping track of snippets of text from around the web. It is mostly an excuse to play with cycle.js and RxJS but I've found it useful. Syncs across devices by using Chrome's storage.sync API.
Install the dependencies:
npm install
npm test
or to watch files and run tests automatically:
npm run test:watch
npm run build
or to watch files and build automatically:
npm run build:watch
This will create a .zip file which can be uploaded to the Chrome webstore.
npm run publish
After installation or reloading of the extension open tabs need to be refreshed to inject the content script.
Handle storage limitations gracefully