Danoff banner

Danoff

3 devlogs
4h 32m 48s

READ THE GITHUB README BEFORE USE

A Chrome extension that helps users quickly solve test questions by capturing selected text and displaying AI-generated answers directly in the browser’s URL bar.

This project uses AI

using the Groq AI API

Demo Repository

Loading README...

bgtulk

API Key UI: Input field in the popup saves key to chrome.storage.local.
Fallback: Uses .env key if local storage is empty.
Collapsible Section: Key input is hidden in an expandable tag with a link to get a key.
Material 3 UI: Added ripple effects, elevation shadows, and smooth scaling on clicks/hovers.
Prompt Update: The system prompt now forces 8 words max per line.

0
bgtulk

If you want to use it please read the README.md file first!
There you will be given the instructions on how to get a free API key and how to use the extension.

Attachment
0
bgtulk

Yea, this project will have only one dev log, sorry!

So, Me and my friend PreskU have that one subject in school thats not hard but the tests are so anoyingly hard, so we decided to make an cheating extension.

Ok, ok we know its not ethical, but hear me out, everyone have atleast one subject thats hard for them, or its not that inportant to them.
The extension can be used for casual tasks if the user wants.

About the extension

Its a chrome extension where the user copy the question from the test and hit a key bind to save it, then anathoer keybind to send it to the AI (in this case groq AI - its the fastest and have free tokens).
Then in the search bar of the browser after the website url the AI will present the answer.

Look the images to understand it better.
The question is an example to show how the extension works!

How it works

  • listener: checks for keybinds to run logic
  • capture: grabs selected text using js
  • api: sends prompt to groq ai
  • result: updates window.location.hash to show answer in url bar
Attachment
0