An open API service indexing awesome lists of open source software.

https://github.com/hacktoolkit/notes-chrome-extension


https://github.com/hacktoolkit/notes-chrome-extension

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Notes Chrome Extension

**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.

1. Basic UI to take notes.
2. UI to see previous notes.
3. Local storage
4. E2E Encryption
5. Cloud Sync

**Relevant Documentation Links**
[Chrome Developer Docs](https://developer.chrome.com/docs/extensions/mv3/)
[Sample Chrome Extensions](https://github.com/GoogleChrome/chrome-extensions-samples)
[Encryption Framework](https://keys.pub/)

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.

## Development and Testing

1. Clone this repository locally.
1. In Google Chrome, go to `Manage Extensions` ().
1. Enable `Developer mode`.
1. Press `Load unpacked` and navigate to the folder with `manifest.json`, and `Select`.
1. Voilà!

## Building and publishing

See: https://developer.chrome.com/webstore/publish

## Contributing

Contributions are welcome. Please fork the repository and submit a pull request from your local branch.

## Support

Check out other Chrome extensions made by Hacktoolkit!

## License

MIT. See LICENSE.