Reacp is a browser extension to summarize text on webpage with ChatGPT. It splits the article into passages, so that you can easily summarize any part of the article.
- Auto split article into passages
- Summarize entire page
- Summarize text in a passage
- Recap previous content before a passage
- Summarize user selected text
- Support ChatGPT, with custom model
- Support official OpenAI API, with custom API host and API model
- Custom prompt
- Toggle enable/disable for individual domain or page
- Support user configuration for different sites
- Dark mode
- Support keyboard shortcuts
- Download
recap.zip
from Releases - Unzip the file
- In Chrome go to the extensions page (chrome://extensions)
- Enable Developer Mode
- Drag the unzipped folder anywhere on the page to import it (do not delete the folder afterward)
- Clone the repo
- Install dependencies with
pnpm
pnpm run build
- Load
build/chrome-mv3-prod
directory to your browser
Please feel free to submit any feature requests or suggestions by opening an issue.
Major Milestones
- Site adapter
- Stackoverflow
- Github
- Quora
- Youtube
- Link preview
- Hacker News
Incremental Improvements
- Add prompt help in settings [v1.2.4]
- Add Changelog
- Long text summarization
- Performance optimization
- Remove Plasmo CSUI (it causes certain websites to freeze)
- Remove React
- Support more browsers
- Encourage users to leave a review on the web store.
- Support more AI models
- Github actions for releasing
- UI improvements
- i18n
- Handle root font size
- AUTO theme detect
- Copy-to-clipboard button in panel headers
- Stop generating button
- Toast in panel
- Summarize page button for page title instead of passage button
- Add blinking ... at tail of text while generating
Experimental Feature
- Give Me the Answer (directly show the most relevant answer on stackoverflow)