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
电子邮箱 [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"
    }
}