The Text Selection Note Chrome Extension allows users to select text on any webpage and add a note associated with that text. The selected text and note are stored locally using chrome.storage.local
. This extension is perfect for users who want to highlight and annotate important information on websites.
- Text Selection: Easily select any text on a webpage.
- Add Notes: Attach a note to the selected text.
- Local Storage: Store the selected text and notes locally in the browser.
- HTML: For structuring the extension's UI.
- CSS: For styling the extension's interface.
- JavaScript: For handling the logic and functionality of the extension.
- Chrome Extension API: For accessing browser-specific features and extension functionality.
- Chrome Storage API: For storing selected text and notes locally.
To set up the extension on your Chrome browser, follow these steps:
- Clone the Repository: Clone the repository from GitHub to your local machine.
- Open Chrome Extensions Page: Open the Chrome browser and navigate to chrome://extensions/.
- Enable Developer Mode: In the top-right corner, enable "Developer mode."
- Load Unpacked: Click on the "Load unpacked" button and select the directory where you cloned the repository.
- Activate the Extension: The extension should now appear in your list of extensions. Ensure it is activated.