ChatGPT For Google

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

Qu'est-ce que ChatGPT For Google ?

ChatGPT For Google est une extension Chrome développée par rgantzos, et sa fonction principale est "Can't find what you're looking for with Google? Ask an artificial intelligence instead.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ChatGPT For Google

Téléchargez les fichiers d'extension ChatGPT For Google au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ChatGPT For Google ChatGPT For Google
ID jgpockpcjdfkmaiiefcbfjaaekocfmha
URL Officiel https://chromewebstore.google.com/detail/chatgpt-for-google/jgpockpcjdfkmaiiefcbfjaaekocfmha
Description Can't find what you're looking for with Google? Ask an artificial intelligence instead.
Taille du Fichier 49.32 KB
Nombre d'Installations 26
Version Actuelle 0.0.1
Dernière Mise à Jour 2023-03-06
Date de Publication 2023-03-05
Développeur rgantzos
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.scratchtools.app/docs/privacy-policy
Langues Prises en Charge 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"
    }
}