This is a simple Note-Taking Chrome Extension that allows users to quickly jot down notes with a title and description. It features dark mode, edit and delete functionalities, and persistent storage using localStorage
.
- 📝 Create, Edit, and Delete Notes
- 🌙 Dark Mode Toggle (without icon-based theme switching)
- 📌 Persistent Storage (Notes remain saved even after closing the browser)
- 📜 Scrollable Notes List (Ensures a clean UI with no overflow issues)
- 🎨 Improved UI/UX (Better spacing, positioning, and styling for all elements)
- HTML
- CSS
- JavaScript
📦 note-taker-extension
┣ 📂 images
┃ ┣ 🌙 moon.svg (Dark mode icon)
┃ ┣ ☀ sun.svg (Light mode icon)
┃ ┣ 📝 icon.png (Extension logo)
┣ 📜 index.html
┣ 🎨 style.css
┣ ⚙️ script.js
┣ 📜 manifest.json
┗ 📖 README.md
git clone https://github.com/your-username/note-taker-extension.git
cd note-taker-extension
- Open Google Chrome and navigate to
chrome://extensions/
. - Enable Developer Mode (toggle in the top right corner).
- Click on Load unpacked.
- Select the note-taker-extension folder.
- The extension will now be added to your Chrome browser! 🎉
- Click on the extension icon 📌 to open it.
- Enter a title and description, then click Save Note.
- Toggle Dark Mode .
- Click Edit Button to edit a note and Delete Button to delete it.
- ✅ Export notes as
.txt
file. - ✅ Cloud sync support.
- ✅ Categories/tags for better note organization.
Feel free to fork this repo and submit a PR if you have improvements! Contributions are always welcome. 😊