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
官方網址 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
電子郵箱 [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"
    }
}