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": []
        }
    ]
}