Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnabto/quick-note-browser-extension
https://github.com/arnabto/quick-note-browser-extension
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arnabto/quick-note-browser-extension
- Owner: ArnabTo
- Created: 2024-11-26T07:02:16.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2024-11-26T07:08:54.000Z (29 days ago)
- Last Synced: 2024-11-26T08:22:47.731Z (29 days ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick Note Chrome Extension
**Quick Note** is a simple Chrome extension that lets you quickly add, edit, and delete notes directly from your browser. All notes are saved locally and persist even after closing the browser.
---
## Features
- Add new notes with a title and content.
- Edit and delete existing notes.
- Notes are saved using local storage for persistence.
- Clean and user-friendly design.---
## Installation
1. Download or clone this repository:
```bash
git clone https://github.com/your-username/quick-note-extension.git
2. Open Chrome and go to chrome://extensions/.
3. Enable Developer Mode using the toggle in the top-right corner.
4. Click Load unpacked and select the project folder.
5. The extension will appear in the toolbar.## How to use
1. Click the Quick Note icon in your Chrome toolbar.
2. Enter a title and content for your note and click Add Note.
3. Manage your saved notes using the Edit and Delete options.## Permissions
This extension requires the following permission:
---
storage: To save and retrieve notes.