Skip to content

Commit 5ca1b60

Browse files
committed
upload readme
1 parent f9ef962 commit 5ca1b60

7 files changed

+111
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See https://github.com/josStorer/chatGPTBox/wiki/Development&Contributing

README.md

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
<p align="center">
2+
<img src="./src/logo.png">
3+
</p>
4+
5+
<h1 align="center">ChatGPT Box</h1>
6+
7+
<div align="center">
8+
9+
Integrating ChatGPT into your browser deeply, everything you need is here.
10+
11+
[![license][license-image]][license-url]
12+
[![release][release-image]][release-url]
13+
[![verfiy][verfiy-image]][verfiy-url]
14+
15+
### Install
16+
17+
[![Chrome][Chrome-image]][Chrome-url]
18+
[![Edge][Edge-image]][Edge-url]
19+
[![Firefox][Firefox-image]][Firefox-url]
20+
[![Safari][Safari-image]][Safari-url]
21+
[![Android][Android-image]][Android-url]
22+
[![Github][Github-image]][Github-url]
23+
24+
[Guide](https://github.com/josStorer/chatGPTBox/wiki/Guide)
25+
[Preview](https://github.com/josStorer/chatGPTBox#Preview)
26+
[Development&Contributing][dev-url]
27+
[Donation](https://www.buymeacoffee.com/josStorer)
28+
[Credit](https://github.com/josStorer/chatGPTBox#Credit)
29+
30+
[dev-url]: https://github.com/josStorer/chatGPTBox/wiki/Development&Contributing
31+
32+
[license-image]: http://img.shields.io/badge/license-MIT-blue.svg
33+
34+
[license-url]: https://github.com/josStorer/chatGPTBox/blob/master/LICENSE
35+
36+
[release-image]: https://img.shields.io/github/release/josStorer/chatGPTBox.svg
37+
38+
[release-url]: https://github.com/josStorer/chatGPTBox/releases/latest
39+
40+
[verify-image]: https://github.com/josStorer/chatGPTBox/workflows/verify-configs/badge.svg
41+
42+
[verify-url]: https://github.com/josStorer/chatGPTBox/actions/workflows/verify-configs.yml
43+
44+
[Chrome-image]: https://img.shields.io/badge/-Chrome-brightgreen?logo=google-chrome&logoColor=white
45+
46+
[Chrome-url]: https://github.com/josStorer/chatGPTBox/wiki/Install
47+
48+
[Edge-image]: https://img.shields.io/badge/-Edge-blue?logo=microsoft-edge&logoColor=white
49+
50+
[Edge-url]: https://github.com/josStorer/chatGPTBox/wiki/Install
51+
52+
[Firefox-image]: https://img.shields.io/badge/-Firefox-orange?logo=firefox-browser&logoColor=white
53+
54+
[Firefox-url]: https://github.com/josStorer/chatGPTBox/wiki/Install
55+
56+
[Safari-image]: https://img.shields.io/badge/-Safari-blue?logo=safari&logoColor=white
57+
58+
[Safari-url]: https://github.com/josStorer/chatGPTBox/wiki/Install
59+
60+
[Android-image]: https://img.shields.io/badge/-Android-brightgreen?logo=android&logoColor=white
61+
62+
[Android-url]: https://github.com/josStorer/chatGPTBox/wiki/Install#install-to-android
63+
64+
[Github-image]: https://img.shields.io/badge/-Github-black?logo=github&logoColor=white
65+
66+
[Github-url]: https://github.com/josStorer/chatGPTBox/releases/latest
67+
68+
</div>
69+
70+
## ✨ Features
71+
72+
- 🌈 Call up the chat dialog box on any page at any time.
73+
- 🔗 Multiple API support (Web API for Free and Plus users, GPT-3, GPT-3.5).
74+
- 📦 Integration adaptation for various commonly used websites (reddit, quora, youtube, github, gitlab, zhihu, bilibili).
75+
- 🔍 Adaptation to all mainstream search engines, and custom queries to support additional sites.
76+
- 🧰 Selection tool and right-click menu to perform various tasks, such as translation, summarization, polishing,
77+
sentiment analysis, paragraph division, and queries.
78+
- 🗂️ Static cards support floating chat boxes for multi-branch conversations.
79+
- 🖨️ Easily save your complete chat records or copy them partially.
80+
- 🎨 Powerful rendering support, whether for code highlighting or complex mathematical formulas.
81+
- 🌍 Language preference support.
82+
- 📝 Custom API address support.
83+
- ⚙️ All site adaptations and selection tools(bubble) can be freely switched on or off, disable modules you don't need.
84+
- 💡 Selection tools and site adaptation are easy to develop and extend, see the [Development&Contributing][dev-url]
85+
section.
86+
- 😉 In addition, if there are any deficiencies in answers, just chat to correct.
87+
88+
## Preview
89+
90+
<div align="center">
91+
92+
![preview_google_floatingwindow_conversationbranch](screenshots/preview_google_floatingwindow_conversationbranch.jpg)
93+
![preview_reddit_selectiontools](screenshots/preview_reddit_selectiontools.jpg)
94+
![preview_github_rightclickmenu](screenshots/preview_github_rightclickmenu.jpg)
95+
![preview_youtube](screenshots/preview_youtube.jpg)
96+
![preview_settings](screenshots/preview_settings.jpg)
97+
98+
</div>
99+
100+
## Credit
101+
102+
This project is based on my another
103+
repository [josStorer/chatGPT-search-engine-extension](https://github.com/josStorer/chatGPT-search-engine-extension)
104+
105+
[josStorer/chatGPT-search-engine-extension](https://github.com/josStorer/chatGPT-search-engine-extension) is forked
106+
from [wong2/chat-gpt-google-extension](https://github.com/wong2/chat-gpt-google-extension)(I learned a lot from that)
107+
and detached since 14 December of 2022
108+
109+
[wong2/chat-gpt-google-extension](https://github.com/wong2/chat-gpt-google-extension) is inspired
110+
by [ZohaibAhmed/ChatGPT-Google](https://github.com/ZohaibAhmed/ChatGPT-Google) ([upstream-c54528b](https://github.com/wong2/chatgpt-google-extension/commit/c54528b0e13058ab78bfb433c92603db017d1b6b))
149 KB
Loading
271 KB
Loading
238 KB
Loading

screenshots/preview_settings.jpg

44.4 KB
Loading

screenshots/preview_youtube.jpg

186 KB
Loading

0 commit comments

Comments
 (0)