HiMenma / GPT-Summarizer

A Chrome extension that utilizes ChatGPT to provide a summarized version of web articles, as well as useful options to facilitate content understanding.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPT-Summarizer

A Chrome extension that utilizes ChatGPT to provide a summarized version of web articles, as well as useful options to facilitate content understanding.

Screenshot

image

Features

  • Easy and auto authorization with ChatGPT browser tab (no api-key required).
  • Overview of page content without any text selection.
  • Summarize in the original content language.
  • Quick summary with stream response.
  • Copy to clipboard.
  • Speak option for summary text.
  • Translation into 72 languages of the world.
  • Regenerate summary.
  • Caching summary text of the url for 10 minutes.

Installation

Install the extension from Chrome Store.

Or install manually as follows:

  1. Download or clone this repository.
  2. Unzip the file.
  3. Open chrome://extensions in Chrome.
  4. Enable developer mode (top right corner).
  5. Click on Load unpacked and select the unzipped folder.
  6. Pin the extension and use it on any page you want and enjoy!

How it works

Currently, using the official OpenAI API is subject to a 3-month time limit and a fee for you.

In order to be able to use the same API on the browser side that ChatGPT itself uses, I used a reverse engineering trick and run extension requests in the background of a ChatGPT tab in the browser (so the extension requests will be placed in your account chats).

To authorize the extension to run, do the following:

  1. On the page you want to summarize its content, click on the extension icon.
  2. If you are not authorized, you must click on the chat.openai.com link to open a ChatGPT tab and pass the Cloudflare check.
  3. When the authorization dialog is displayed, you can go back to the previous page and summarize the page content.

About

A Chrome extension that utilizes ChatGPT to provide a summarized version of web articles, as well as useful options to facilitate content understanding.

License:MIT License


Languages

Language:JavaScript 97.4%Language:CSS 2.6%