Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arnabto/quick-note-browser-extension


https://github.com/arnabto/quick-note-browser-extension

Last synced: 27 days ago
JSON representation

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.