Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x11c11e/gptdigest
GPTDigest: A Chrome extension that uses OpenAI's GPT-3 to instantly summarize webpages. Make reading online faster and more efficient.
https://github.com/0x11c11e/gptdigest
bot chatgpt chatgpt-api extension-chrome google-chrome-extension summerization
Last synced: 12 days ago
JSON representation
GPTDigest: A Chrome extension that uses OpenAI's GPT-3 to instantly summarize webpages. Make reading online faster and more efficient.
- Host: GitHub
- URL: https://github.com/0x11c11e/gptdigest
- Owner: 0x11c11e
- Created: 2023-09-18T23:41:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T23:41:11.000Z (about 1 year ago)
- Last Synced: 2024-10-04T21:10:57.627Z (about 1 month ago)
- Topics: bot, chatgpt, chatgpt-api, extension-chrome, google-chrome-extension, summerization
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPTDigest: Webpage Summarizer
![GPTDigest Logo](./icon-logo.png)
GPTDigest is a Google Chrome extension that leverages OpenAI's GPT-3 technology to generate concise summaries of webpages. With just a click, you can get the gist of articles, blog posts, and more, right from your browser toolbar.
## Features
- **Instant Summaries**: Get the essence of lengthy articles in moments.
- **User-Friendly**: Simple one-click operation.
- **Secure and Private**: Your API key stays on your machine; we don't collect any data.
- **Customizable**: Use your own OpenAI API key for personalized summary quality.## Table of Contents
- [GPTDigest: Webpage Summarizer](#gptdigest-webpage-summarizer)
- [Features](#features)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Usage](#usage)
- [Development](#development)
- [Contributing](#contributing)
- [License](#license)## Installation
1. Clone this repository: ```git clone https://github.com/yourusername/GPTDigest.git```
2. Navigate to `chrome://extensions/` in your Chrome browser.
3. Enable "Developer mode" if it's not already enabled.
4. Click "Load unpacked" and select the directory where you cloned this repository.## Usage
1. After installation, you'll find the GPTDigest icon in your browser toolbar.
2. The first time you click it, you'll be prompted to enter your OpenAI API key.
3. Once the API key is saved, navigate to a webpage you want to summarize.
4. Click the GPTDigest icon to generate and display the summary.## Development
To set up a development environment, follow the [Installation](#installation) steps but load your local, development version of the extension instead.
## Contributing
We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for more details.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.