Quick ChatGPT

Using ChatGPT in browser popup directly without tab switching.

Co je Quick ChatGPT?

Quick ChatGPT je rozšíření Chrome vyvinuté Extify, a jeho hlavní funkcí je „Using ChatGPT in browser popup directly without tab switching.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Quick ChatGPT

Stáhněte si soubory rozšíření Quick ChatGPT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Quick ChatGPT Quick ChatGPT
ID kkchdjfkhmniamlkomjfeeiojacbcfoe
Oficiální URL https://chromewebstore.google.com/detail/quick-chatgpt/kkchdjfkhmniamlkomjfeeiojacbcfoe
Popis Using ChatGPT in browser popup directly without tab switching.
Velikost souboru 340 KB
Počet instalací 63
Aktuální Verze 1.1
Poslední Aktualizace 2024-01-22
Datum Vydání 2024-01-22
Vývojář Extify
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://twitter.com/quangpl99
URL Stránky Nápovědy https://twitter.com/quangpl99
URL Stránky Zásad Ochrany Soukromí https://quick-chatgpt.vercel.app
Podporované Jazyky 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": []
        }
    ]
}