https://github.com/hacktoolkit/notes-chrome-extension
https://github.com/hacktoolkit/notes-chrome-extension
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hacktoolkit/notes-chrome-extension
- Owner: hacktoolkit
- License: mit
- Created: 2020-12-18T17:46:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T01:57:23.000Z (about 5 years ago)
- Last Synced: 2025-03-16T08:09:54.377Z (11 months ago)
- Language: JavaScript
- Size: 5.15 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.