A simple Chrome extension that secretly helps you using the Groq AI API.
- Clone or download this repository.
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" in the top right.
- Click "Load unpacked" and select the extension folder.
This extension requires a Groq API key to function.
- Go to https://console.groq.com/keys.
- Sign up/Login and create a new API key.
You can now enter your API key directly in the extension popup—no need to manually edit a file!
- Click the Danoff extension icon in your browser.
- In the popup, expand “API key settings”.
- Paste your API key in the input field provided.
- Click “Save”.
Alternative:
You can still use a .env file in the root folder (where manifest.json is). Add your API key like this:
GROQ_API_KEY=your_api_key_here
- Select any text on a webpage, then save it with
Ctrl+Shift+L(Command+Shift+Lon Mac). - Press the shortcut (Default:
Ctrl+Shift+KorCommand+Shift+K). - The page URL will temporarily change to display the AI's response.
- Ensure no other shortcuts are interfering, as this will prevent it from working. You can verify if the text is being selected after using the first shortcut by checking the browser console.