Skip to content

dahliasan/gpt3-summariser-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

summarizooor chrome extension

Welcome 👋

This is my project for buildspace's nights and weekend's season 2 cohort.

This is a chrome extension that automatically generate summaries of text, allowing you to quickly understand the main points without having to read the entire message.

It is powered by OpenAI's GPT3.

Free to use!

🫡 If you find this extension helpful please consider donating $1. It'll go a long way to keeping this free for as long as possible! https://www.buymeacoffee.com/dahliasan

How to install

🥳 Download on the chrome webstore here!

Or manually install (if you want the latest version)

  1. download the entire repo as a zip file on github
  2. unzip the package
  3. go to your browser's extensions page
  4. turn on developer mode
  5. click on "load unpacked", select the "extension" folder.

How to use

Generating a summary

There are 2 ways to generate a summary:

  1. Entire webpage – Right-click anywhere on a webpage > click 'summarize this!'

  2. A selection of text – Highlight the text you want summarize > right-click anywhere on the page > click 'summarize this!'

Searching your history of summaries

You can search your summaries semantically! This means you can ask a question in the search bar to find relevant summaries.

Todos / Roadmap

  • different types of summaries
  • 1-click share summary to social media
  • new tab to view all summaries on a bigger screen
  • explore other people's summaries and save them to your own database
  • regenerate final summary (for longer text)
  • ✅ also read text from embedded tweets (common style in newsletters)
  • ✅ handle longer summaries
  • ✅ copy to clipboard in the popup
  • ✅ semantic search for summaries

Resources

This extension used the starter template for the build your own AI writing assistant w/ GPT-3 project.