The best ChatGPT all-in-one extension to improve your chat experience!
Features:
- Prompt hint: type "/" in input area and see the hint.
- PDF support: Load PDF file and read page by page with Regex Prompt Group.
- Markdown convertion support: Convert dialogues into markdown format.
- Copy, Save and Export Page: Copy, Save and Export dialogues by injected button group.
- Admin Page: Easy to manage all in option page.
- All in one: Open one GPT page, then you can select and prompt anywhere without API.
Type Enter
to send prompt directly or Tab
to edit it.
Drag the P 8000 DF file into the textarea, then every page will generate a prompt automatically.
Additional prompts will be added to the end of each page string based on the Regex Prompt Group.
Prompt hints:
Regex prompt groups:
Saved dialogue history:
Select the answer text, and then re-prompt it:
Select in any page, and prompt them:
Type
c
to send text directly, typex
to open the prompt-hint menu. These shortcut can be changed in thesettings
tab of option page.
Type .
in the address bar (omnibox), then ask question in ChatGPT:
Currently not support Arc browser
Due to the fast updates in recent times but a longer review process, the version in the store is far behind the GitHub version. If possible, please install the version distributed on GitHub.
In Chrome/Arc/Edge browser:
- download dist.crx
- Go to the extensions management page
- Turn on
Developer mode
- Click on
Load unpacked
among the buttons that appear - Drag
./dist.crx
into the extensions management page. - Refresh the ChatGPT page
If you have any question about load extension, try asking ChatGPT
It's recommanded to install KeepChatGPT to avoid annoying
something went wrong
errors
git clone --depth=1 https://github.com/sailist/chatgpt-enhancement-extension/
cd chatgpt-enhancement-extension
npm install
npm run dev
# load ./dist in Chrome browser
This plugin is driven by my personal interest. If you like this plugin, please consider buying me a cup of coffee. Your support will encourage me to continue my work, thanks!
Thanks for the chrome-extension-boilerplate-react-vite scanfold and ChatGPT ❤.