https://github.com/giaphiep/chatgpt-wizard
Boost your browser with ChatGPT Wizard: instantly solve quizzes, ask ChatGPT, explain, translate, summarize, rewrite, grammar correction and write email, read selected text
https://github.com/giaphiep/chatgpt-wizard
ai chatgpt chrome-extension email gpt-3 gpt-4 grammar-checker quiz-slover rewrite summarize translate vision
Last synced: 4 months ago
JSON representation
Boost your browser with ChatGPT Wizard: instantly solve quizzes, ask ChatGPT, explain, translate, summarize, rewrite, grammar correction and write email, read selected text
- Host: GitHub
- URL: https://github.com/giaphiep/chatgpt-wizard
- Owner: giaphiep
- License: mit
- Created: 2023-10-04T03:13:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T07:48:20.000Z (almost 2 years ago)
- Last Synced: 2024-08-22T08:58:13.416Z (almost 2 years ago)
- Topics: ai, chatgpt, chrome-extension, email, gpt-3, gpt-4, grammar-checker, quiz-slover, rewrite, summarize, translate, vision
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/chatgpt-wizard/gflglaphohkgcoelkkhooamdckljhjne?hl=en&authuser=0
- Size: 13.1 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatGPT Wizard
Demo Video: https://www.youtube.com/watch?v=QB5P8hR_cH8
This Chrome extension, developed using manifest version 3, integrates the functionalities of ChatGPT for various tasks such as translation, explanation, summarization, rewriting, grammar correction, read highlighted text, and ask ChatGPT regarding highlighted text
Select an unknown sentence, and let ChatGPT Wizard help you.



## Install
1. Run
In Terminal 1
```
cd extension
bun install
bun run build
```
Optional: If you want to use your own server, you need to add the server URL to the "host_permissions" parameter in the file located at extension/src/manifest.json and then rebuild it. After this, open Terminal 2.
```
cd server
bun install
bun run start
```
These commands will generate a folder named "chatgpt-wizard" after the build process is complete
2. Now, open the Chrome extensions page by navigating to chrome://extensions/
3. In the top right corner of the extensions page, enable Developer Mode by toggling the switch
4. Next, click the "Load Unpacked" button, and then select the "chatgpt-wizard" folder from your system
## Usage
1. Start by opening the extension settings page by clicking on its icon. Here, you'll need to input your API key, which you can obtain from the [https://platform.openai.com/account/api-keys](https://platform.openai.com/account/api-keys)
2. After obtaining your OpenAI API key, register it in the designated input field along with any other required information.
3. Once you've completed this setup, refresh web pages as needed. Now, you'll be able to highlight sentences on any website, and you'll notice an icon button appear when you release the highlight.
## Support
If you find the extension useful and would like to support its development, please consider making a donation. Your contributions help me continue improving and maintaining this tool.
[Buy Me a Coffee](https://ko-fi.com/giaphiep) and contribute what you can. Greatly appreciate your support!
## Contributing
[TODO]
## License
MIT
[TODO]