The purpoose of this application is to allow users to easily take and store notes on URLs directly on the browser.
These are the core components of the application.
- Basic UI to take notes.
- UI to see previous notes.
- Local storage
- E2E Encryption
- Cloud Sync
Relevant Documentation Links Chrome Developer Docs Sample Chrome Extensions Encryption Framework
The core languages being used will be HTML, CSS, and JavaScript. Eloquent JavaScript - Execellent resource and available online for free. Let's use Flexbox for styling layouts.
- Clone this repository locally.
- In Google Chrome, go to
Manage Extensions
(chrome://extensions/). - Enable
Developer mode
. - Press
Load unpacked
and navigate to the folder withmanifest.json
, andSelect
. - Voilà!
See: https://developer.chrome.com/webstore/publish
Contributions are welcome. Please fork the repository and submit a pull request from your local branch.
Check out other Chrome extensions made by Hacktoolkit!
MIT. See LICENSE.