diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..9b7c9a6 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1 @@ +See https://github.com/josStorer/chatGPTBox/wiki/Development&Contributing \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f0ffd5 --- /dev/null +++ b/README.md @@ -0,0 +1,110 @@ +

+ +

+ +

ChatGPT Box

+ +
+ +Integrating ChatGPT into your browser deeply, everything you need is here. + +[![license][license-image]][license-url] +[![release][release-image]][release-url] +[![verfiy][verfiy-image]][verfiy-url] + +### Install + +[![Chrome][Chrome-image]][Chrome-url] +[![Edge][Edge-image]][Edge-url] +[![Firefox][Firefox-image]][Firefox-url] +[![Safari][Safari-image]][Safari-url] +[![Android][Android-image]][Android-url] +[![Github][Github-image]][Github-url] + +[Guide](https://github.com/josStorer/chatGPTBox/wiki/Guide) +[Preview](https://github.com/josStorer/chatGPTBox#Preview) +[Development&Contributing][dev-url] +[Donation](https://www.buymeacoffee.com/josStorer) +[Credit](https://github.com/josStorer/chatGPTBox#Credit) + +[dev-url]: https://github.com/josStorer/chatGPTBox/wiki/Development&Contributing + +[license-image]: http://img.shields.io/badge/license-MIT-blue.svg + +[license-url]: https://github.com/josStorer/chatGPTBox/blob/master/LICENSE + +[release-image]: https://img.shields.io/github/release/josStorer/chatGPTBox.svg + +[release-url]: https://github.com/josStorer/chatGPTBox/releases/latest + +[verify-image]: https://github.com/josStorer/chatGPTBox/workflows/verify-configs/badge.svg + +[verify-url]: https://github.com/josStorer/chatGPTBox/actions/workflows/verify-configs.yml + +[Chrome-image]: https://img.shields.io/badge/-Chrome-brightgreen?logo=google-chrome&logoColor=white + +[Chrome-url]: https://github.com/josStorer/chatGPTBox/wiki/Install + +[Edge-image]: https://img.shields.io/badge/-Edge-blue?logo=microsoft-edge&logoColor=white + +[Edge-url]: https://github.com/josStorer/chatGPTBox/wiki/Install + +[Firefox-image]: https://img.shields.io/badge/-Firefox-orange?logo=firefox-browser&logoColor=white + +[Firefox-url]: https://github.com/josStorer/chatGPTBox/wiki/Install + +[Safari-image]: https://img.shields.io/badge/-Safari-blue?logo=safari&logoColor=white + +[Safari-url]: https://github.com/josStorer/chatGPTBox/wiki/Install + +[Android-image]: https://img.shields.io/badge/-Android-brightgreen?logo=android&logoColor=white + +[Android-url]: https://github.com/josStorer/chatGPTBox/wiki/Install#install-to-android + +[Github-image]: https://img.shields.io/badge/-Github-black?logo=github&logoColor=white + +[Github-url]: https://github.com/josStorer/chatGPTBox/releases/latest + +
+ +## ✨ Features + +- 🌈 Call up the chat dialog box on any page at any time. +- 🔗 Multiple API support (Web API for Free and Plus users, GPT-3, GPT-3.5). +- 📦 Integration adaptation for various commonly used websites (reddit, quora, youtube, github, gitlab, zhihu, bilibili). +- 🔍 Adaptation to all mainstream search engines, and custom queries to support additional sites. +- 🧰 Selection tool and right-click menu to perform various tasks, such as translation, summarization, polishing, + sentiment analysis, paragraph division, and queries. +- 🗂️ Static cards support floating chat boxes for multi-branch conversations. +- 🖨️ Easily save your complete chat records or copy them partially. +- 🎨 Powerful rendering support, whether for code highlighting or complex mathematical formulas. +- 🌍 Language preference support. +- 📝 Custom API address support. +- ⚙️ All site adaptations and selection tools(bubble) can be freely switched on or off, disable modules you don't need. +- 💡 Selection tools and site adaptation are easy to develop and extend, see the [Development&Contributing][dev-url] + section. +- 😉 In addition, if there are any deficiencies in answers, just chat to correct. + +## Preview + +
+ +![preview_google_floatingwindow_conversationbranch](screenshots/preview_google_floatingwindow_conversationbranch.jpg) +![preview_reddit_selectiontools](screenshots/preview_reddit_selectiontools.jpg) +![preview_github_rightclickmenu](screenshots/preview_github_rightclickmenu.jpg) +![preview_youtube](screenshots/preview_youtube.jpg) +![preview_settings](screenshots/preview_settings.jpg) + +
+ +## Credit + +This project is based on my another +repository [josStorer/chatGPT-search-engine-extension](https://github.com/josStorer/chatGPT-search-engine-extension) + +[josStorer/chatGPT-search-engine-extension](https://github.com/josStorer/chatGPT-search-engine-extension) is forked +from [wong2/chat-gpt-google-extension](https://github.com/wong2/chat-gpt-google-extension)(I learned a lot from that) +and detached since 14 December of 2022 + +[wong2/chat-gpt-google-extension](https://github.com/wong2/chat-gpt-google-extension) is inspired +by [ZohaibAhmed/ChatGPT-Google](https://github.com/ZohaibAhmed/ChatGPT-Google) ([upstream-c54528b](https://github.com/wong2/chatgpt-google-extension/commit/c54528b0e13058ab78bfb433c92603db017d1b6b)) diff --git a/screenshots/preview_github_rightclickmenu.jpg b/screenshots/preview_github_rightclickmenu.jpg new file mode 100644 index 0000000..ae2ad50 Binary files /dev/null and b/screenshots/preview_github_rightclickmenu.jpg differ diff --git a/screenshots/preview_google_floatingwindow_conversationbranch.jpg b/screenshots/preview_google_floatingwindow_conversationbranch.jpg new file mode 100644 index 0000000..5fbcf84 Binary files /dev/null and b/screenshots/preview_google_floatingwindow_conversationbranch.jpg differ diff --git a/screenshots/preview_reddit_selectiontools.jpg b/screenshots/preview_reddit_selectiontools.jpg new file mode 100644 index 0000000..ce34d2c Binary files /dev/null and b/screenshots/preview_reddit_selectiontools.jpg differ diff --git a/screenshots/preview_settings.jpg b/screenshots/preview_settings.jpg new file mode 100644 index 0000000..6f5aa24 Binary files /dev/null and b/screenshots/preview_settings.jpg differ diff --git a/screenshots/preview_youtube.jpg b/screenshots/preview_youtube.jpg new file mode 100644 index 0000000..99ddebb Binary files /dev/null and b/screenshots/preview_youtube.jpg differ