ChatGPT Google Search

Use chatGPT to quickly use google search on chat.openai.com

ChatGPT Google Searchとは何ですか?

ChatGPT Google SearchはLouisによって開発されたChromeの拡張機能で、その主な機能は「Use chatGPT to quickly use google search on chat.openai.com」です。

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

screenshot

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

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

拡張機能の使用方法

                        Use chatGPT to quickly use google search on chat.openai.com                    

拡張機能の基本情報

名前 ChatGPT Google Search ChatGPT Google Search
ID djecjgpedfbocgafihpbacgbbobeafhc
公式URL https://chromewebstore.google.com/detail/chatgpt-google-search/djecjgpedfbocgafihpbacgbbobeafhc
説明 Use chatGPT to quickly use google search on chat.openai.com
ファイルサイズ 56.97 KB
インストール数 448
現在のバージョン 0.0.2
最終更新日 2022-12-11
公開日 2022-12-11
評価 1.00/5 合計 1 レビュー
開発者 Louis
Eメール [email protected]
支払い方法 free
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "icons": {
        "128": "icon-128.3b4522e7.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.openai.com\/*"
            ],
            "js": [
                "content.70a01fb4.js"
            ],
            "css": [
                "content.699ca3cc.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.a054f291.js",
        "type": "module"
    }
}