Quick ChatGPT

Using ChatGPT in browser popup directly without tab switching.

什麼是Quick ChatGPT?

Quick ChatGPT是由Extify開發的Chrome擴展程式,該擴展的主要功能是“Using ChatGPT in browser popup directly without tab switching.”。

擴展截圖

screenshot
screenshot
screenshot

下載Quick ChatGPT擴展crx文件

下載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
官方網址 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": []
        }
    ]
}