ChatGPT For Google

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

Was ist ChatGPT For Google?

ChatGPT For Google ist eine Chrome-Erweiterung, die von rgantzos entwickelt wurde, und ihr Hauptmerkmal ist "Can't find what you're looking for with Google? Ask an artificial intelligence instead.".

Erweiterungsscreenshots

screenshot

ChatGPT For Google-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChatGPT For Google-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ChatGPT For Google ChatGPT For Google
ID jgpockpcjdfkmaiiefcbfjaaekocfmha
Offizielle URL https://chromewebstore.google.com/detail/chatgpt-for-google/jgpockpcjdfkmaiiefcbfjaaekocfmha
Beschreibung Can't find what you're looking for with Google? Ask an artificial intelligence instead.
Dateigröße 49.32 KB
Installationsanzahl 26
Aktuelle Version 0.0.1
Letztes Update 2023-03-06
Veröffentlichungsdatum 2023-03-05
Entwickler rgantzos
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.scratchtools.app/docs/privacy-policy
Unterstützte Sprachen 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"
    }
}