ChatGPT For Explorer

You can use it to search for answers through ChatGPT at any time.

Qu'est-ce que ChatGPT For Explorer ?

ChatGPT For Explorer est une extension Chrome développée par golefig, et sa fonction principale est "You can use it to search for answers through ChatGPT at any time.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension ChatGPT For Explorer 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

                        You can use it to search for answers through ChatGPT at any time.                    

Informations de Base sur l'Extension

Nom ChatGPT For Explorer ChatGPT For Explorer
ID iapjmmepmeidbibbpkcbpejcjojjppmd
URL Officiel https://chromewebstore.google.com/detail/chatgpt-for-explorer/iapjmmepmeidbibbpkcbpejcjojjppmd
Description You can use it to search for answers through ChatGPT at any time.
Taille du Fichier 655 KB
Nombre d'Installations 168
Version Actuelle 0.0.3
Dernière Mise à Jour 2023-04-18
Date de Publication 2023-02-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur golefig
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT For Explorer",
    "description": "You can use it to search for answers through ChatGPT at any time.",
    "version": "0.0.3",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "ChatGPT For Explorer",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon.png",
            "48": "assets\/icon.png",
            "128": "assets\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "options_page": "options.html"
}