chatGPT-4 Browsing

Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.

chatGPT-4 Browsingとは何ですか?

chatGPT-4 Browsingはyash.chitneniによって開発されたChromeの拡張機能で、その主な機能は「Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.」です。

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

screenshot

chatGPT-4 Browsing拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.                    

拡張機能の基本情報

名前 chatGPT-4 Browsing chatGPT-4 Browsing
ID eiicieodjholpiokjkckchiodbbekfad
公式URL https://chromewebstore.google.com/detail/chatgpt-4-browsing/eiicieodjholpiokjkckchiodbbekfad
説明 Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.
ファイルサイズ 15.68 KB
インストール数 53
現在のバージョン 1.0
最終更新日 2023-06-19
公開日 2023-06-18
評価 3.00/5 合計 1 レビュー
開発者 yash.chitneni
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "chatGPT-4 Browsing",
    "version": "1.0",
    "description": "Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}