This is a simple and intuitive Chrome extension that allows users to take notes directly within their browser. The extension features the ability to:
- Save notes with titles, content, and optional tags
- Add a URL to the note, which is clickable for easy navigation
- Edit and delete notes
- Filter notes by tags
- Create Notes: Add titles, content, and tags to your notes for easy organization.
- Clickable URLs: Include URLs in your notes for quick navigation to web pages.
- Edit & Delete: Easily edit or delete your existing notes.
- Tag Filtering: Filter your notes by specific tags for efficient browsing.
To use this extension on your local Chrome browser, follow these steps:
- Clone the repository
Clone this GitHub repository to your local machine using the following command:git clone https://github.com/yourusername/note-keeping-extension.git
- Open Chrome Extension Page
In your Chrome browser, navigate to the following URL:
chrome://extensions/
- Enable Developer Mode In the top right corner of the page, toggle the switch to enable Developer Mode
- Load Unpacked Extension Click on the Load unpacked button and select the directory where you cloned the repository.
- Start Using the Extension Once loaded, the extension should appear in your Browser toolbar. You can now click on the extension icon and start adding notes!
Notes-Keeper.-.Compressed.mp4
Contributions are welcome! To contribute, please follow these steps:
-
Fork the Repository Click the "Fork" button on the top right of this page to fork this repository.
-
Create Your Feature Branch Create a branch for your feature or fix:
git checkout -b feature/AmazingFeature
-
Commit your Changes Commit your changes to the feature branch:
git commit -m "Add some amazing feature"
-
Push to your Branch Push your changes to your feature branch:
git push origin feature/AmazingFeature
-
Open a Pull Request Open a pull request with a detailed description of your changes.
This project is licensed under the MIT License. See the LICENSE file for details.