ChatHub - All-in-one chatbot client

Use ChatGPT, Bing, Bard, Claude and more chatbots simultaneously

ChatHub - All-in-one chatbot clientคืออะไร?

ChatHub - All-in-one chatbot client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chathub.gg และคุณลักษณะหลักของมันคือ "Use ChatGPT, Bing, Bard, Claude and more chatbots simultaneously"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatHub - All-in-one chatbot client

ดาวน์โหลดไฟล์ส่วนขยาย ChatHub - All-in-one chatbot client ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ChatHub is an all-in-one AI chatbot client.

Features:
* Use ChatGPT, Bing Chat, Google Bard, Claude 2, Perplexity, and open-source large language models.
* Chat with multiple chatbots at the same time, making it easy to compare their answers.
* Support GPT-4, ChatGPT API, Azure OpenAI service.
* Support image input for ChatGPT, Bing and Bard.
* Manage prompts with Prompt Library.
* Shortcut to quickly activate the app anywhere in the browser.
* Full-text search for chat history.
* Markdown and code highlight support.
* Beautiful dark mode.
* 🆕 Smart web access: improving chatbots by searching up-to-date information from the internet.
* 🆕 Add any chat model to ChatHub with OpenAI-compatible API.

Source code: https://github.com/chathub-dev/chathub

With ChatHub, you can accomplish things like:
* Find out what is the best chatbot.
* Chatbot comparison with dual, threefold, fourfold and more layout.
* ChatGPT vs Google Bard vs Bing vs Claude 2 etc.
* Chat with LLama 2 and other open-source LLM models for free.

-----FAQ:-----

1. What is ChatHub?
ChatHub is a Chrome extension that makes you use multiple chatbots at the same time.

2. What chatbots does ChatHub support?
ChatHub currently supports ChatGPT, Bing, Google Bard, Claude and 10+ open-source chatbots.

3. Is ChatHub open-source?
Yes, ChatHub is open-source, you can find the source code on GitHub.

4. What browsers does ChatHub support?
ChatHub works on all Chromium-based browsers, including Chrome, Edge, Brave etc.

5. Is ChatHub free?
Yes, most features of ChatHub is free to use, and we also have a premium plan.

6. What is ChatHub Premium?
ChatHub Premium is a paid plan that unlocks all premium features of ChatHub.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatHub - All-in-one chatbot client ChatHub - All-in-one chatbot client
ID iaakpnchhognanibcahlpcplchdfmgma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chathub-all-in-one-chatbo/iaakpnchhognanibcahlpcplchdfmgma
คำอธิบาย Use ChatGPT, Bing, Bard, Claude and more chatbots simultaneously
ขนาดไฟล์ 2.58 MB
จำนวนการติดตั้ง 131,804
เวอร์ชันปัจจุบัน 2.11.3
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2023-03-02
คะแนน 4.64/5 รวมทั้งหมด 598 คะแนน
ผู้พัฒนา https://chathub.gg
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chathub.gg
URL หน้าช่วยเหลือ https://github.com/wong2/chathub/issues
URL หน้านโยบายความเป็นส่วนตัว https://chathub.gg/privacy-policy
ภาษาที่รองรับ id,de,en,fr,es,pt-BR,pt-PT,ru,th,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.11.3",
    "icons": {
        "16": "src\/assets\/icon.png",
        "32": "src\/assets\/icon.png",
        "48": "src\/assets\/icon.png",
        "128": "src\/assets\/icon.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": [],
    "host_permissions": [
        "https:\/\/*.bing.com\/",
        "https:\/\/*.openai.com\/",
        "https:\/\/bard.google.com\/",
        "https:\/\/*.chathub.gg\/",
        "https:\/\/*.duckduckgo.com\/",
        "https:\/\/*.poe.com\/",
        "https:\/\/*.anthropic.com\/",
        "https:\/\/*.claude.ai\/"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "wss:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "sidePanel",
        "declarativeNetRequestWithHostAccess",
        "scripting"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/chatgpt-inpage-proxy.ts-loader-4ec53b7b.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "commands": {
        "open-app": {
            "suggested_key": {
                "default": "Alt+J",
                "windows": "Alt+J",
                "linux": "Alt+J",
                "mac": "Command+J"
            },
            "description": "Open ChatHub app"
        }
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_bing",
                "enabled": true,
                "path": "src\/rules\/bing.json"
            },
            {
                "id": "ruleset_ddg",
                "enabled": true,
                "path": "src\/rules\/ddg.json"
            },
            {
                "id": "ruleset_qianwen",
                "enabled": true,
                "path": "src\/rules\/qianwen.json"
            },
            {
                "id": "ruleset_baichuan",
                "enabled": true,
                "path": "src\/rules\/baichuan.json"
            },
            {
                "id": "ruleset_pplx",
                "enabled": true,
                "path": "src\/rules\/pplx.json"
            },
            {
                "id": "ruleset_ollama",
                "enabled": true,
                "path": "src\/rules\/ollama.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "assets\/browser-polyfill-5e752e65.js",
                "assets\/proxy-fetch-6a077232.js",
                "assets\/chatgpt-inpage-proxy.ts-18576751.js"
            ],
            "use_dynamic_url": true
        }
    ]
}