ClickNote - Contextual Web Notes icon

ClickNote - Contextual Web Notes

by yu

v0.1.0 Updated May 12, 2025 29.05KiB
CWS
6
Users
โ˜… 0.00
0 reviews
#66417
of 100K
tools
#19104 of 30.8K

Description

# ClickNote - Contextual Web Notes ๐Ÿ“ A Chrome extension that lets you add notes directly to any webpage with a double-click ๐Ÿ–ฑ๏ธโœ๏ธ. --- ## โœจ Features * **๐Ÿ“Œ Contextual Notes:** Double-click anywhere on a webpage to create a plain text note associated with that specific location. * **๐Ÿ‘€ Visual Markers:** When you revisit a page with notes, a small icon appears near where you originally took the note. * **๐Ÿ–Š๏ธ View & Edit:** Click the icon to view or edit your previous note, or to delete it. * **๐Ÿ“š Page Notes Overview (TODO):** Planned support to quickly view all notes on the current page from within the note overlay. * **๐Ÿ  Central Management:** Click the extension icon in the browser toolbar to open a popup where you can view, search, and manage all your notes across all websites. * **๐Ÿ—‘๏ธ Delete Notes:** Easily delete notes either from the overlay on the page or from the list in the popup window. * **๐ŸŒ Bilingual Support:** The interface supports English and Simplified Chinese. ## ๐Ÿš€ Installation & Loading (Local Development) 1. **Get the Code:** Clone this repository or download the ZIP file and extract it. ```bash git clone <repository_url> click-note cd click-note ``` 2. **Open Chrome Extensions:** Type `chrome://extensions` in your Chrome address bar and press Enter. 3. **Enable Developer Mode:** Ensure the "Developer mode" toggle in the top-right corner is turned on. 4. **Load Unpacked:** Click the "Load unpacked" button. 5. **Select Project Folder:** In the file selector that appears, navigate to and select the `click-note` folder (the one containing the `manifest.json` file). 6. **Done!** ๐ŸŽ‰ You should now see ClickNote in your list of extensions, and its icon should appear in the Chrome toolbar. ## ๐Ÿ“– How to Use * **Create a Note:** Double-left-click within the content area of any webpage. * **Save a Note:** Type your content in the input box that appears and click the "Save" button. * **View/Edit a Note:** When you see a note icon (๐ŸŸก) on the page, click it. * **Delete a Note:** Click the "Delete" button in the note editing overlay, or click the delete button next to a note in the extension popup. * **View All Notes:** Click the ClickNote icon in your Chrome toolbar. ## โš ๏ธ Known Limitations & Future Work * **Positioning Accuracy:** ๐Ÿ“ The current version uses simple X/Y coordinates to position note icons. This means that if the page layout changes (e.g., window resize, dynamic content loading/unloading), the icons may not remain accurately positioned next to their originally associated content. This is a key area for future improvement, potentially exploring CSS Selectors or the Text Fragments API. * **Rich Text/Formatting:** Only plain text notes are currently supported. * **Syncing:** Notes are stored locally in the browser only; cross-device sync is not supported. * **Performance:** For a very large number of notes, the popup loading and search performance might need optimization.
ClickNote - Contextual Web Notes screenshot 1ClickNote - Contextual Web Notes screenshot 2

Reviews

Loading reviews...

Permissions (3)

Permissions

activeTabโ„น Can access the current tab when you click the extension contextMenusโ„น Can add items to the right-click menu storageโ„น Can store data locally in your browser

Details

Version 0.1.0
Updated May 12, 2025
Size 29.05KiB
First Seen Mar 27, 2026