merrickluo / summer-web-clipper

Universal web clipper with AI generated summary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Summer Web Clipper

Get The Extension

images/firefox.png images/chrome.png

Intro

Summer Web Clipper is a web extension that can generate a summary of the content on the web page you’re currently browsing by leveraging the power of ChatGPT or Notion AI. The summary provides a quick and accurate overview of the key points, making it easier to absorb the main ideas of the content. The extension also enables you to export the summary to the note-taking apps you like, (currently support org-mode export, more to come).

The extension is particularly useful for those who need to read and process a lot of information quickly, such as students, researchers, or professionals. With our browser extension, you can streamline your research process, save time, and retain information more efficiently.

Disclaimer: the above description generated by ChatGPT :)

Screenshots

link: https://www.economist.com/obituary/2013/01/19/aaron-swartz

images/screenshot1.png

Real Intro

Web Clipper

Although I’ve always desired a universal and customizable web clipper that supports org-mode, I’ve never been able to find one. As a result, I’ve decided to create my own.

Summary Generation

Most long blog or articles on the internet don’t have a summary, which can make it overwhelming to read. With the summary generated by AI, you can decide if you need to invest more time in reading the entire article. As you can see in the “Intro”, AI (or just ChatGPT) is quite capable of generating summaries. Clipping the page with the summary will help you remember why you wanted to clip it the next time you review your notes.

Development

Requirements

  • node.js 16+
  • npm

Build

  • run npm install
  • run npm run build:firefox -- --watch or npm run build:chrome -- --watch
  • use web-ext: npx web-ext run -s public/, or load public/ folder manually in the browser

Packaging

see package.json

About

Universal web clipper with AI generated summary

License:MIT License


Languages

Language:TypeScript 97.3%Language:JavaScript 2.0%Language:HTML 0.6%Language:CSS 0.1%