Web Notes is a Chrome extension that allows users to easily capture and manage notes from selected text on web pages.
- Capture selected text from any web page
- View, edit, copy, and delete notes
- Automatically saves the date, time, and URL of the captured note
- Limit of 50 notes, with oldest notes automatically removed
- Select multiple notes for copying or deletion
- Edit individual notes
- Notification badge for new notes
- Clone this repository or download the source code.
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the directory containing the extension files.
- Select text on any web page.
- Right-click and choose "Include selected text in Web Notes" from the context menu.
- Click on the Web Notes icon in your Chrome toolbar to view your notes.
- In the popup, you can:
- Select multiple notes using checkboxes
- Copy selected notes
- Delete selected notes
- Edit individual notes
- Refresh the list of notes
manifest.json
: Extension configurationbackground.js
: Handles context menu creation and note savingpopup.html
: HTML structure for the extension popuppopup.js
: JavaScript for managing notes in the popup
- Maximum of 50 notes stored
- Each note is limited to 150 characters