一、基本介绍
1,ChatGPTBox简介
ChatGPTBox是一款浏览器的插件,可以实现翻译、主要内容总结,文案润色,代码解释等功能。安装简单,并支持多种浏览器。
2,地址链接:
https://github.com/josStorer/chatGPTBox
3,官方详细功能:
🌈 Call up the chat dialog box on any page at any time. (Ctrl+B)
📱 Support for mobile devices.
📓 Summarize any page with right-click menu. (Alt+B)
📖 Independent conversation page. (Ctrl+Shift+H)
🔗 Multiple API support (Web API for Free and Plus users, GPT-3.5, GPT-4, New Bing, Self-Hosted, Azure, Poe etc.).
📦 Integration for various commonly used websites (Reddit, Quora, YouTube, GitHub, GitLab, StackOverflow, Zhihu, Bilibili). (Inspired by wimdenherder)
🔍 Integration 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, code explain 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 section.
😉 Chat to improve the answer quality.
二、下载安装
1,在浏览器插件商店搜索ChatGPTBox
2,将搜索的结果添加到Chrome
打开浏览器该插件的设置,在API模式的地方,输入你的API KEY
如果想要了解更多的模式配置,可参考:https://github.com/josStorer/chatGPTBox/wiki/Guide
三、插件的使用
1,ChatGPTBox翻译功能
选中您想要翻译的内容,会自动出现ChatGPTBox的功能图标,点击左上角有个A的标志,就是翻译的功能。
自动弹出窗口,并对你选择的内容,进行翻译
2,ChatGPTBox总结功能
在我们平常的阅读中,可能没有太多的时间去把每一篇长文都读完,提炼主要内容,也是ChatGPTBox很厉害的功能
(1)在浏览器中大概,需要总结提炼的文章
(2)选择内容,然后弹出ChatGPTBox图标的第二个,总结功能
(3)点击之后会自动弹窗,展现简要总结。
3,ChatGPTBox代码解释功能
在编程的学习过程中,我们总是需要去学习模仿大牛的代码,但是理解代码也是一个比较有挑战性的事情,所以这里的ChatGPTBox代码解释帮助我们去读懂代码。
选中代码,跳出ChatGPTBox图标,选择第四个 '{}'
自动弹窗,并且对选中的代码逐步详解。