Browser extension for ChatGPT enhancement
Top 83.8% on sourcepulse
This extension enhances the ChatGPT web interface for users seeking a more integrated and efficient chat experience. It provides features like prompt suggestions, PDF interaction, markdown conversion, and easy data management, aiming to streamline workflows without requiring API access.
How It Works
The extension injects UI elements and functionality directly into the ChatGPT web page. It utilizes client-side JavaScript to intercept user input, process PDF uploads, convert dialogue formats, and manage saved data. Key features include a prompt hint system triggered by typing "/", PDF processing with regex-based prompt grouping, and an admin page for managing settings.
Quick Start & Requirements
dist.crx
from GitHub releases and load it unpacked in your browser's extension management page (enable Developer mode).git clone
, npm install
, npm run dev
. Load ./dist
in Chrome.Highlighted Details
Maintenance & Community
The project is maintained by sailist. Support is encouraged via "Buy me a coffee."
Licensing & Compatibility
The README does not explicitly state a license. Compatibility is for Chrome, Arc, and Edge browsers.
Limitations & Caveats
The Chrome Web Store version may lag behind GitHub releases due to review times. The Arc browser is not fully supported for omnibox functionality.
2 years ago
Inactive