Quick ChatGPT

Using ChatGPT in browser popup directly without tab switching.

Cos'è Quick ChatGPT?

Quick ChatGPT è un'estensione di Chrome sviluppata da Extify, e la sua funzione principale è "Using ChatGPT in browser popup directly without tab switching.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Quick ChatGPT

Scarica i file di estensione Quick ChatGPT 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

                        Save time and chat effortlessly with Quick ChatGPT directly in your browser!

This lightning-fast extension streamlines your conversations, putting the power of ChatGPT at your fingertips for instant, hassle-free interactions. Say goodbye to extra steps and enhance your online experience with seamless, time-saving conversations                    

Informazioni di Base sull'Estensione

Nome Quick ChatGPT Quick ChatGPT
ID kkchdjfkhmniamlkomjfeeiojacbcfoe
URL Ufficiale https://chromewebstore.google.com/detail/quick-chatgpt/kkchdjfkhmniamlkomjfeeiojacbcfoe
Descrizione Using ChatGPT in browser popup directly without tab switching.
Dimensione del File 340 KB
Conteggio Installazioni 63
Versione Corrente 1.1
Ultimo Aggiornamento 2024-01-22
Data di Pubblicazione 2024-01-22
Sviluppatore Extify
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/quangpl99
URL della Pagina di Aiuto https://twitter.com/quangpl99
URL della Pagina della Politica sulla Privacy https://quick-chatgpt.vercel.app
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick ChatGPT",
    "description": "Using ChatGPT in browser popup directly without tab switching.",
    "version": "1.1",
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon128.png",
                "icon32.png",
                "icon.png",
                "toast.js",
                "toast.css"
            ],
            "matches": []
        }
    ]
}