ChatGPT For Explorer

You can use it to search for answers through ChatGPT at any time.

ChatGPT For Explorerとは何ですか?

ChatGPT For Explorerはgolefigによって開発されたChromeの拡張機能で、その主な機能は「You can use it to search for answers through ChatGPT at any time.」です。

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

screenshot

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

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

拡張機能の使用方法

                        You can use it to search for answers through ChatGPT at any time.                    

拡張機能の基本情報

名前 ChatGPT For Explorer ChatGPT For Explorer
ID iapjmmepmeidbibbpkcbpejcjojjppmd
公式URL https://chromewebstore.google.com/detail/chatgpt-for-explorer/iapjmmepmeidbibbpkcbpejcjojjppmd
説明 You can use it to search for answers through ChatGPT at any time.
ファイルサイズ 655 KB
インストール数 168
現在のバージョン 0.0.3
最終更新日 2023-04-18
公開日 2023-02-13
評価 5.00/5 合計 1 レビュー
開発者 golefig
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT For Explorer",
    "description": "You can use it to search for answers through ChatGPT at any time.",
    "version": "0.0.3",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "ChatGPT For Explorer",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon.png",
            "48": "assets\/icon.png",
            "128": "assets\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "options_page": "options.html"
}