Quick ChatGPT

Using ChatGPT in browser popup directly without tab switching.

ما هو Quick ChatGPT؟

Quick ChatGPT هو إضافة Chrome تم تطويرها بواسطة Extify، والميزة الرئيسية لها هي "Using ChatGPT in browser popup directly without tab switching.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Quick ChatGPT

قم بتنزيل ملفات الامتداد Quick ChatGPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Quick ChatGPT Quick ChatGPT
ID kkchdjfkhmniamlkomjfeeiojacbcfoe
عنوان URL الرسمي https://chromewebstore.google.com/detail/quick-chatgpt/kkchdjfkhmniamlkomjfeeiojacbcfoe
الوصف Using ChatGPT in browser popup directly without tab switching.
حجم الملف 340 KB
عدد التثبيتات 63
النسخة الحالية 1.1
آخر تحديث 2024-01-22
تاريخ النشر 2024-01-22
المطور Extify
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://twitter.com/quangpl99
عنوان صفحة المساعدة https://twitter.com/quangpl99
عنوان صفحة سياسة الخصوصية https://quick-chatgpt.vercel.app
اللغات المدعومة 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": []
        }
    ]
}