ChatGPT For Explorer

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

Cos'è ChatGPT For Explorer?

ChatGPT For Explorer è un'estensione di Chrome sviluppata da golefig, e la sua funzione principale è "You can use it to search for answers through ChatGPT at any time.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ChatGPT For Explorer

Scarica i file di estensione ChatGPT For Explorer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ChatGPT For Explorer ChatGPT For Explorer
ID iapjmmepmeidbibbpkcbpejcjojjppmd
URL Ufficiale https://chromewebstore.google.com/detail/chatgpt-for-explorer/iapjmmepmeidbibbpkcbpejcjojjppmd
Descrizione You can use it to search for answers through ChatGPT at any time.
Dimensione del File 655 KB
Conteggio Installazioni 168
Versione Corrente 0.0.3
Ultimo Aggiornamento 2023-04-18
Data di Pubblicazione 2023-02-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore golefig
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}