Quick ChatGPT

Using ChatGPT in browser popup directly without tab switching.

What is Quick ChatGPT?

Quick ChatGPT is a Chrome extension developed by Extify, and its main feature is "Using ChatGPT in browser popup directly without tab switching.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Quick ChatGPT Extension CRX File

Download Quick ChatGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Quick ChatGPT Quick ChatGPT
ID kkchdjfkhmniamlkomjfeeiojacbcfoe
Official URL https://chromewebstore.google.com/detail/quick-chatgpt/kkchdjfkhmniamlkomjfeeiojacbcfoe
Description Using ChatGPT in browser popup directly without tab switching.
File Size 340 KB
Installation Count 63
Current Version 1.1
Last Updated 2024-01-22
Publish Date 2024-01-22
Developer Extify
Email [email protected]
Payment Type free
Extension Website https://twitter.com/quangpl99
Help Page URL https://twitter.com/quangpl99
Privacy Policy Page URL https://quick-chatgpt.vercel.app
Supported Languages 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": []
        }
    ]
}