ChatGPT Sidebar for Chrome

Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.

ChatGPT Sidebar for Chromeとは何ですか?

ChatGPT Sidebar for ChromeはGPTcore Studioによって開発されたChromeの拡張機能で、その主な機能は「Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.」です。

拡張機能のスクリーンショット

screenshot

ChatGPT Sidebar for Chrome拡張機能のCRXファイルをダウンロード

ChatGPT Sidebar for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        No wasting time anymore!
Use ChatGPT Sidebar to use ChatGPT in all tabs, instead of switching between browser tabs.

You need to have an OpenAI Account.                    

拡張機能の基本情報

名前 ChatGPT Sidebar for Chrome ChatGPT Sidebar for Chrome
ID ofoglgkkfchhiomfffhgeeeklfbnncpf
公式URL https://chromewebstore.google.com/detail/chatgpt-sidebar-for-chrom/ofoglgkkfchhiomfffhgeeeklfbnncpf
説明 Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.
ファイルサイズ 1.25 MB
インストール数 228
現在のバージョン 1.0.0.0
最終更新日 2023-09-11
公開日 2023-09-11
評価 5.00/5 合計 1 レビュー
開発者 GPTcore Studio
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://gptcorestudio.netlify.app
プライバシーポリシーページのURL https://gptcorestudio.com/legal/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Sidebar for Chrome",
    "description": "Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.",
    "version": "1.0.0.0",
    "background": {
        "service_worker": "\/background.js"
    },
    "icons": {
        "16": "\/assets\/images\/ChatGPTIcon.png",
        "48": "\/assets\/images\/ChatGPTIcon.png",
        "128": "\/assets\/images\/ChatGPTIcon.png"
    },
    "side_panel": {
        "default_path": "panel.html",
        "openPanelOnActionClick": true
    },
    "offline_enabled": true,
    "permissions": [
        "sidePanel"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "\/background.js"
            ]
        }
    ]
}