Skip to content

Instantly query ChatGPT/Bard for text summaries, proofreading, and more on any website with this Chrome extension.

Notifications You must be signed in to change notification settings

vitaly-rudenko/ask-llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ask LLM

Screenshot

Description

This Chrome extension lets you easily open a chat with LLM (ChatGPT or Bard) to ask questions about selected text, explain a link's contents, or create a quiz for the page.

Features:

  • 💵 Free: uses ChatGPT/Bard chat directly (without OpenAI/Google APIs)
  • 🔒 Safe: this extension does not store anything related to your Google or OpenAI accounts
  • 🔍 Explain, summarize, translate, and improve the selected text, whole page, or links
  • 💡 Create quizzes to test your knowledge

Installation guide

  1. Go to the extension directory:
cd chrome-extension
  1. Install NPM packages:
npm i
  1. Build the extension:
npm run build
  1. Go to chrome://extensions in your browser (Manage Extensions button in your settings).

  2. Enable Developer mode:

  1. Click Load unpacked and select chrome-extension/dist directory:

  1. Done ✅

Stack & tools

  • React, TypeScript
  • Vite, CrxJS
  • Chrome Extension API

Commands

  • npm run dev – create a live development build
  • npm run build – create a production build

About

Instantly query ChatGPT/Bard for text summaries, proofreading, and more on any website with this Chrome extension.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published