ChatGPT Chrome Extension

Super Easy access to ChatGPT with a simple Chrome-Extension

ChatGPT Chrome Extensionとは何ですか?

ChatGPT Chrome ExtensionはGPTAnywhereによって開発されたChromeの拡張機能で、その主な機能は「Super Easy access to ChatGPT with a simple Chrome-Extension」です。

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

screenshot

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

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

拡張機能の使用方法

                        Mithilfe dieser Chrome-Extension können Nutzer ganz einfach auf die ChatGPT von OpenAI mit Hilfe eins Popups zugreifen.                    

拡張機能の基本情報

名前 ChatGPT Chrome Extension ChatGPT Chrome Extension
ID gedcfcpmliihckglmjcmmlagobdbbiae
公式URL https://chromewebstore.google.com/detail/chatgpt-chrome-extension/gedcfcpmliihckglmjcmmlagobdbbiae
説明 Super Easy access to ChatGPT with a simple Chrome-Extension
ファイルサイズ 516 KB
インストール数 2,091
現在のバージョン 1.0.2
最終更新日 2022-12-15
公開日 2022-12-14
評価 3.67/5 合計 6 レビュー
開発者 GPTAnywhere
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Chrome Extension",
    "description": "Super Easy access to ChatGPT with a simple Chrome-Extension",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "action": {
        "default_popup": "frontend\/index.html"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "background": {
        "service_worker": "background\/index.js"
    }
}