Simple Firefox plugin that does Quick GPT query of selected text in the browser with options to configure custom prompts.
Select text in a page, right-click, and choose a prompt from the Quick GPT Selected menu. The response streams inline near your selection. Click "More" in the inline card to open a popup with a detailed response.
Context menu
|
Short answer (inline)
|
Long answer (popup)
|
Install the official add-on from Mozilla: https://addons.mozilla.org/addon/quick-gpt-selected/
Download the latest XPI from GitHub Releases:
Go to 'about:addons' in Firefox. Click the settings wheel. Choose 'Install Add-on From File'. Navigate to the XPI and click 'Open'.
Legacy build:
- The legacy XPI is for older Firefox versions that do not support the latest manifest fields.
- If you need Firefox 134 or earlier, download:
- Build the AMO (modern) package:
make xpi
- Build the legacy package:
make legacy-xpi
- Upload:
- AMO: upload
dist/quick_gqt_selected.xpi - GitHub Releases: attach both
dist/quick_gqt_selected.xpianddist/quick_gqt_selected-legacy.xpi
- AMO: upload
OpenAI (ChatGPT) API key needed: Open the add-on settings and add your OpenAI key.
You can also configure your own prompts, as seen below.
MIT



