×

注意!页面内容来自https://github.com/ChatGPTBox-dev/chatGPTBox,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

Skip to content
<> /* Override primer focus outline color for marketing header dropdown links for better contrast */ [data-color-mode="light"] .HeaderMenu-dropdown-link:focus-visible, [data-color-mode="light"] .HeaderMenu-trailing-link a:focus-visible { outline-color: var(--color-accent-fg); }

ChatGPTBox-dev/chatGPTBox

Repository files navigation

ChatGPT Box

Deep ChatGPT integrations in your browsercompletely for free.

license release size verfiy

English   |   Indonesia   |   简体中文   |   日本語   |   Türkçe

Install

Chrome Edge Firefox Safari Android Github

Guide   |   Preview   |   Development&Contributing   |   Video Demonstration   |   Credit

News

  • This extension does not collect your data. You can verify it by conducting a global search for fetch( and XMLHttpRequest( in the code to find all network request calls. The amount of code is not muchso it's easy to do that.

  • This tool will not transmit any data to ChatGPT unless you explicitly ask it to. By defaultthe extension must be activated manually. It will only send a request to ChatGPT if you specifically click "Ask ChatGPT" or trigger the selection floating tools — and this is applicable only when you're using GPT API modes. (issue #407)

  • You can use projects like https://github.com/BerriAI/litellm / https://github.com/songquanpeng/one-api to convert LLM APIs into OpenAI format and use them in conjunction with ChatGPTBox's Custom Model mode

  • You can also use Ollama / https://openrouter.ai/docs#models with ChatGPTBox's Custom Model mode

✨ Features

  • 🌈 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 usersGPT-3.5GPT-4ClaudeNew BingMoonshotSelf-HostedAzure etc.).
  • 📦 Integration for various commonly used websites (RedditQuoraYouTubeGitHubGitLabStackOverflowZhihuBilibili). (Inspired by wimdenherder)
  • 🔍 Integration to all mainstream search enginesand custom queries to support additional sites.
  • 🧰 Selection tool and right-click menu to perform various taskssuch as translationsummarizationpolishing, sentiment analysisparagraph divisioncode 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 supportwhether 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 offdisable modules you don't need.
  • 💡 Selection tools and site adaptation are easy to develop and extendsee the Development&Contributing section.
  • 😉 Chat to improve the answer quality.

Preview

Search Engine IntegrationFloating WindowsConversation Branches

preview_google_floatingwindow_conversationbranch

Integration with Commonly Used WebsitesSelection Tools

preview_reddit_selectiontools

Independent Conversation Page

preview_independentpanel

Git AnalysisRight Click Menu

preview_github_rightclickmenu

Video Summary

preview_youtube

Mobile Support

image

Settings

preview_settings

Credit

This project is based on one of my other repositoriesjosStorer/chatGPT-search-engine-extension

josStorer/chatGPT-search-engine-extension is forked from wong2/chat-gpt-google-extension (I learned a lot from that) and detached since 14 December of 2022

wong2/chat-gpt-google-extension is inspired by ZohaibAhmed/ChatGPT-Google (upstream-c54528b)