ChatGPT For Google

Can't find what you're looking for with Google? Ask an artificial intelligence instead.

ChatGPT For Googleとは何ですか?

ChatGPT For Googleはrgantzosによって開発されたChromeの拡張機能で、その主な機能は「Can't find what you're looking for with Google? Ask an artificial intelligence instead.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Sometimes it can be hard to articulate what you're looking for to the extent that Google understands what you're saying, and can sometimes find the right results. In those cases, GoogleGPT is here for you. You can easily click a button on the Google search page to replace the search bar with a ChatGPT input.                    

拡張機能の基本情報

名前 ChatGPT For Google ChatGPT For Google
ID jgpockpcjdfkmaiiefcbfjaaekocfmha
公式URL https://chromewebstore.google.com/detail/chatgpt-for-google/jgpockpcjdfkmaiiefcbfjaaekocfmha
説明 Can't find what you're looking for with Google? Ask an artificial intelligence instead.
ファイルサイズ 49.32 KB
インストール数 26
現在のバージョン 0.0.1
最終更新日 2023-03-06
公開日 2023-03-05
開発者 rgantzos
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://docs.scratchtools.app/docs/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT For Google",
    "short_name": "GoogleGPT",
    "manifest_version": 3,
    "version": "0.0.1",
    "version_name": "0.0.1",
    "description": "Can't find what you're looking for with Google? Ask an artificial intelligence instead.",
    "author": "Ronan",
    "host_permissions": [
        "https:\/\/www.google.com\/*"
    ],
    "action": {
        "default_icon": "\/logo.png",
        "default_popup": "\/popup.html",
        "default_title": "GoogleGPT"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "ask.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "\/logo.png",
        "48": "\/logo.png",
        "128": "\/logo.png"
    }
}