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 LLM. 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 :)
link: https://www.economist.com/obituary/2013/01/19/aaron-swartz
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.
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.
- node.js 16+
- npm
- run
npm install
- run
npm run build:firefox -- --watch
ornpm run build:chrome -- --watch
- use web-ext:
npx web-ext run -s public/
, or loadpublic/
folder manually in the browser
to release version 0.3.3:
npm version 0.3.3 -m "ci: release 0.3.3"
git push --tag v0.3.3
- check github action