Quick ChatGPT

Using ChatGPT in browser popup directly without tab switching.

Vad är Quick ChatGPT?

Quick ChatGPT är en Chrome-tillägg utvecklad av Extify, och dess huvudfunktion är "Using ChatGPT in browser popup directly without tab switching.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Quick ChatGPT-förlängningens CRX-fil

Ladda ner Quick ChatGPT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Quick ChatGPT Quick ChatGPT
ID kkchdjfkhmniamlkomjfeeiojacbcfoe
Officiell webbadress https://chromewebstore.google.com/detail/quick-chatgpt/kkchdjfkhmniamlkomjfeeiojacbcfoe
Beskrivning Using ChatGPT in browser popup directly without tab switching.
Filstorlek 340 KB
Antal Installationer 63
Aktuell Version 1.1
Senast Uppdaterad 2024-01-22
Publiceringsdatum 2024-01-22
Utvecklare Extify
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://twitter.com/quangpl99
Hjälpsida URL https://twitter.com/quangpl99
URL till Sekretesspolicy Sidan https://quick-chatgpt.vercel.app
Stödda Språk 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": []
        }
    ]
}