Git Product home page Git Product logo

gpt-summarizer's Introduction

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.

gpt-summarizer's People

Contributors

beshavardmh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.