Skip to content

yaozhiwang/recap

Repository files navigation

Recap

Summarize the text you are interested in.

license release

Install

chrome manual

Screenshots

promo

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.

Features

  • 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
  • Support official OpenAI API
  • Custom prompt
  • Toggle enable/disable for individual domain or page
  • Support user configuration for different sites
  • Dark mode
  • Support keyboard shortcuts

Manual Installation

  • 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)

Build from source

  1. Clone the repo
  2. Install dependencies with pnpm
  3. pnpm run build
  4. Load build/chrome-mv3-prod directory to your browser