Quick ChatGPT

Using ChatGPT in browser popup directly without tab switching.

Qu'est-ce que Quick ChatGPT ?

Quick ChatGPT est une extension Chrome développée par Extify, et sa fonction principale est "Using ChatGPT in browser popup directly without tab switching.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Quick ChatGPT

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

                        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                    

Informations de Base sur l'Extension

Nom Quick ChatGPT Quick ChatGPT
ID kkchdjfkhmniamlkomjfeeiojacbcfoe
URL Officiel https://chromewebstore.google.com/detail/quick-chatgpt/kkchdjfkhmniamlkomjfeeiojacbcfoe
Description Using ChatGPT in browser popup directly without tab switching.
Taille du Fichier 340 KB
Nombre d'Installations 63
Version Actuelle 1.1
Dernière Mise à Jour 2024-01-22
Date de Publication 2024-01-22
Développeur Extify
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://twitter.com/quangpl99
URL de la Page d'Aide https://twitter.com/quangpl99
URL de la Page de Politique de Confidentialité https://quick-chatgpt.vercel.app
Langues Prises en Charge 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": []
        }
    ]
}