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)
- Host: GitHub
- URL: https://github.com/snwfdhmp/gpt-chrome-extension
- Owner: snwfdhmp
- License: other
- Created: 2023-05-31T12:23:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T17:37:35.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T09:08:28.474Z (about 2 months ago)
- Topics: chatgpt, chrome-extension, gpt, gpt-3, gpt-4
- Language: JavaScript
- Homepage:
- Size: 1.48 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - snwfdhmp/gpt-chrome-extension - Chat with GPT about current webpage content. (Summarize & Ask) (JavaScript)
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)