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
- Go to the extension directory:
cd chrome-extension
- Install NPM packages:
npm i
- Build the extension:
npm run build
-
Go to
chrome://extensions
in your browser (Manage Extensions
button in your settings). -
Enable
Developer mode
:
- Click
Load unpacked
and selectchrome-extension/dist
directory:
- Done ✅
- React, TypeScript
- Vite, CrxJS
- Chrome Extension API
npm run dev
– create a live development buildnpm run build
– create a production build