SnipNote is a Chrome extension that allows users to save links and notes while browsing. It provides a simple interface for adding notes and links, downloading them as a text file, and clearing stored notes.
- Save links and notes
- Download saved notes as a
.txt
file - Clear all stored notes
- User-friendly interface with styled components
- Node.js and npm installed on your machine
- A modern web browser (Google Chrome recommended)
- Clone the repository:
git clone https://github.com/abdullah-dev5/snipnote.git cd snipnote
- Install the dependencies:
pnpm install
- Build the project:
pnpm build
- Open Chrome and go to chrome://extensions.
- Enable "Developer mode" in the top right corner.
- Click on "Load unpacked" and select the dist folder of your project.
- The SnipNote extension should now appear in your extensions list.
Click on the SnipNote icon in the Chrome toolbar to open the popup. Enter a link and note in the provided input fields. Click "Save Note" to store the link and note. Click "Download Notes as TXT" to download all saved notes as a text file. Click "Clear All Notes" to remove all saved notes.
Feel free to open issues and submit pull requests for improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for more information.
This extension is built using React, TypeScript, and Vite for a fast development experience.