An open API service indexing awesome lists of open source software.

https://github.com/snwfdhmp/gpt-chrome-extension

Chat with GPT about current webpage content. (Summarize & Ask)
https://github.com/snwfdhmp/gpt-chrome-extension

chatgpt chrome-extension gpt gpt-3 gpt-4

Last synced: about 2 months ago
JSON representation

Chat with GPT about current webpage content. (Summarize & Ask)

Awesome Lists containing this project

README

        

# GPT Chrome Extension

## Example

Content parsed automatically (thanks to [Mozilla Readability library](https://github.com/mozilla/readability))

Summarize

Ask questions about content

## Getting started

[Download the prebuilt unpacked extension](https://github.com/snwfdhmp/gpt-chrome-extension/releases) or build it yourself with `yarn build`.

Then install the unpacked extension from `dist` folder in Chrome ([tutorial](https://github.com/web-scrobbler/web-scrobbler/wiki/Install-an-unpacked-extension)) or Firefox ([tutorial](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension#installing)).

## Roadmap

- Persist popup content ? (not sure if it should be done)
- Count tokens using tiktoken API (not ported to JS yet)

## Contributing

Contributions are welcomed. Feel free to open an issue or a PR. More info in [CONTRIBUTING.md](./CONTRIBUTING.md).

## Support the project

If you like this project, consider [buying me a coffee](https://www.buymeacoffee.com/snwfdhmp) or [sponsoring me on GitHub](https://github.com/sponsors/snwfdhmp)