Skip to content

Nimrat0199/Chrome_extension

Repository files navigation

Text Selection Note Chrome Extension

Overview

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.

Features

  • 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.

Tech Stack

  • 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.

Installation

To set up the extension on your Chrome browser, follow these steps:

  1. Clone the Repository: Clone the repository from GitHub to your local machine.
  2. Open Chrome Extensions Page: Open the Chrome browser and navigate to chrome://extensions/.
  3. Enable Developer Mode: In the top-right corner, enable "Developer mode."
  4. Load Unpacked: Click on the "Load unpacked" button and select the directory where you cloned the repository.
  5. Activate the Extension: The extension should now appear in your list of extensions. Ensure it is activated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published