Quick ChatGPT

Using ChatGPT in browser popup directly without tab switching.

Quick ChatGPT là gì?

Quick ChatGPT là một tiện ích mở rộng Chrome được phát triển bởi Extify, và tính năng chính của nó là "Using ChatGPT in browser popup directly without tab switching.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quick ChatGPT

Tải xuống các tệp mở rộng Quick ChatGPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quick ChatGPT Quick ChatGPT
ID kkchdjfkhmniamlkomjfeeiojacbcfoe
URL Chính Thức https://chromewebstore.google.com/detail/quick-chatgpt/kkchdjfkhmniamlkomjfeeiojacbcfoe
Mô tả Using ChatGPT in browser popup directly without tab switching.
Kích Thước Tệp 340 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2024-01-22
Ngày Phát Hành 2024-01-22
Nhà Phát Triển Extify
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/quangpl99
URL Trang Trợ Giúp https://twitter.com/quangpl99
URL Trang Chính Sách Bảo Mật https://quick-chatgpt.vercel.app
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}