Quick ChatGPT

Using ChatGPT in browser popup directly without tab switching.

Hvad er Quick ChatGPT?

Quick ChatGPT er en Chrome-udvidelse udviklet af Extify, og dens hovedfunktion er "Using ChatGPT in browser popup directly without tab switching.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Quick ChatGPT-udvidelses-CRX-fil

Download Quick ChatGPT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Quick ChatGPT Quick ChatGPT
ID kkchdjfkhmniamlkomjfeeiojacbcfoe
Officiel URL https://chromewebstore.google.com/detail/quick-chatgpt/kkchdjfkhmniamlkomjfeeiojacbcfoe
Beskrivelse Using ChatGPT in browser popup directly without tab switching.
Filstørrelse 340 KB
Antal Installationer 63
Nuværende Version 1.1
Senest Opdateret 2024-01-22
Udgivelsesdato 2024-01-22
Udvikler Extify
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://twitter.com/quangpl99
Hjælpeside-URL https://twitter.com/quangpl99
URL til Fortrolighedspolitik Side https://quick-chatgpt.vercel.app
Understøttede Sprog 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": []
        }
    ]
}