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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://twitter.com/quangpl99
URL หน้านโยบายความเป็นส่วนตัว 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": []
        }
    ]
}