Skip to content

A Chrome extension provides instant detailed information about any selected text on a webpage build using Gemini Pro-1.5

Notifications You must be signed in to change notification settings

sachithdh/Clarity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clarity - AI Assistant

Clarity is a Chrome extension provides instant detailed information about any selected text on a webpage. Developed using Gemini-Pro-1.5 API, the extension analyzes and returns useful insights related to the selected text.

Installation

Create API key

If you don't already have Gemini API key create a key from here.

  • Clone or download this repository.
  • Replace <API_KEY> in the background.js with your API Key.
// Replace this with your actual API key
const API_KEY = "<YOUR_API_KEY>";
  • Go to chrome://extensions/ in your Chrome browser.
  • Enable Developer Mode.
  • Click Load Unpacked and select the extension directory.
  • The extension is now ready to use.

How It Works

  1. Install the extension via developer mode.
  2. Highlight any text on a webpage.
  3. Right-click and choose the “Clarity” option from the context menu.
  4. View detailed insights in a popup.

Screenshots

About

A Chrome extension provides instant detailed information about any selected text on a webpage build using Gemini Pro-1.5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published