ChatGPT For Google

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

Co je ChatGPT For Google?

ChatGPT For Google je rozšíření Chrome vyvinuté rgantzos, a jeho hlavní funkcí je „Can't find what you're looking for with Google? Ask an artificial intelligence instead.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ChatGPT For Google

Stáhněte si soubory rozšíření ChatGPT For Google ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ChatGPT For Google ChatGPT For Google
ID jgpockpcjdfkmaiiefcbfjaaekocfmha
Oficiální URL https://chromewebstore.google.com/detail/chatgpt-for-google/jgpockpcjdfkmaiiefcbfjaaekocfmha
Popis Can't find what you're looking for with Google? Ask an artificial intelligence instead.
Velikost souboru 49.32 KB
Počet instalací 26
Aktuální Verze 0.0.1
Poslední Aktualizace 2023-03-06
Datum Vydání 2023-03-05
Vývojář rgantzos
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://docs.scratchtools.app/docs/privacy-policy
Podporované Jazyky 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"
    }
}