ChatbotsPlace - ChatGPT on the sidebar

Chat with OpenAI's ChatGPT, Claude, LLAMA, Google Gemini, and create images using AI!

什麼是ChatbotsPlace - ChatGPT on the sidebar?

ChatbotsPlace - ChatGPT on the sidebar是由https://chatbotsplace.com開發的Chrome擴展程式,該擴展的主要功能是“Chat with OpenAI's ChatGPT, Claude, LLAMA, Google Gemini, and create images using AI!”。

擴展截圖

screenshot
screenshot
screenshot

下載ChatbotsPlace - ChatGPT on the sidebar擴展crx文件

下載ChatbotsPlace - ChatGPT on the sidebar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Chat with AI right from your Chrome sidebar. This extension conveniently integrates leading chatbot technologies, such as OpenAI's ChatGPT, Claude, Meta's LLAMA, AI21 Labs, and Google Gemini Pro into your browser's sidebar, making AI interactions effortless and immediate.

In addition to interactive AI chat features, this extension enables AI-powered text-to-images experience by harnessing the power of technologies like OpenAI's DALL-E 3, Stable Diffusion, Amazon Titan, and Google's Imagegen.

Dive into the world of AI — free to try! As a courtesy to our new users, we're offering 5 free gems on sign up. Use these gems to experience the diverse functionalities these AI tools have to offer!

Key Features:

- Seamless operation with chatbots from OpenAI's ChatGPT, Claude, LLAMA, AI21 Labs, and Google Gemini Pro directly from the sidebar of your browser
- AI-powered text-to-images with OpenAI's DALL-E 3, Stable Diffusion, Amazon Titan, and Google Imagegen
- User-friendly interface
- Quick access with Ctrl+. (or Command+. in Mac)
- Privacy friendly: we do not require any invasive permission
- Free to try with 5 complimentary gems, facilitating a smooth exploration of diverse AI tools                    

擴展基本資訊

名稱 ChatbotsPlace - ChatGPT on the sidebar ChatbotsPlace - ChatGPT on the sidebar
ID cbapcdnkcgiajboppakkhjmdolbkinge
官方網址 https://chromewebstore.google.com/detail/chatbotsplace-chatgpt-on/cbapcdnkcgiajboppakkhjmdolbkinge
簡介 Chat with OpenAI's ChatGPT, Claude, LLAMA, Google Gemini, and create images using AI!
檔案大小 862 KB
安裝次數 100,000
目前版本 1.1.3
更新時間 2024-02-23
上架時間 2023-11-01
評分 5.00/5 共 1 次評分
開發者 https://chatbotsplace.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://chatbotsplace.com
說明頁面URL https://chatbotsplace.com/contact
隱私政策頁面URL https://chatbotsplace.com/privacy
支援的語言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.1.3",
    "default_locale": "en",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/chatbotsplace.com\/*"
    ],
    "commands": {
        "open-side-panel": {
            "suggested_key": {
                "default": "Ctrl+Period",
                "mac": "Command+Period"
            },
            "description": "__MSG_extension_shortcutkeyDescription__"
        }
    },
    "icons": {
        "16": "logo\/logo_16.png",
        "32": "logo\/logo_32.png",
        "48": "logo\/logo_48.png",
        "64": "logo\/logo_64.png",
        "128": "logo\/logo_128.png"
    },
    "minimum_chrome_version": "116",
    "side_panel": {
        "default_path": "index.html"
    }
}