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
公式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
Eメール [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": []
        }
    ]
}