Web Annotator is a Chrome extension that allows users to seamlessly add, edit, and manage notes directly on any webpage.
- Highlight Text: Select text and apply highlights using right-click or keyboard shortcuts.
- Customize Highlights: Change highlight colors to suit your preferences.
- Add Notes: Attach sticky notes to highlighted text for additional context.
- Delete Highlights: Easily remove highlights and associated notes.
- Manage Highlights: Access and organize all highlighted texts and notes from the extension's popup.
- Search and Sort: Find specific highlights using the search bar, and sort them by style or date.
- Export Highlights: Download all highlighted texts in HTML, PDF, or text format.
- Select the text and right-click to choose "Highlight Text" or use keyboard shortcuts.
- Select your desired highlight color from the submenu.
- Click on a highlighted text to reveal options for changing color, adding notes, or deleting.
- Click the Web Annotator icon in the Chrome toolbar.
- Access all highlights and notes from the popup window.
- Utilize search and sorting options for efficient organization.
- Download highlights in your preferred format.
- Download the extension files.
- Open Chrome and go to
chrome://extensions/
. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the extension directory.
- The Web Annotator icon will appear in the Chrome toolbar.
Defines the extension's metadata, permissions, background scripts, and content scripts.
Handles the background logic for context menu actions and keyboard shortcuts.
Injects the script into web pages to handle text highlighting and notes functionality.
Defines the structure of the extension's popup window.
Handles the logic for the popup window, including displaying highlights, search, sort, and export functionality.
Contains the styling for the extension's popup window.