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
电子邮箱 [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": []
        }
    ]
}