Talk GPT

Use Chat GPT with other way

Что такое Talk GPT?

Talk GPT - это расширение Chrome, разработанное danganhtuan0002, и его основная функция - "Use Chat GPT with other way".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Talk GPT

Скачайте файлы расширений Talk GPT в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension facilitates voice chat support with GPT, offering prominent features such as converting speech to text, turning GPT responses into speech, suggesting better-phrased sentences, enabling the creation of conversational scripts with GPT, making conversations more focused and natural. It allows customization of speaking speed and voice to cater to users of varying proficiency levels.                    

Основная информация о расширении

Название Talk GPT Talk GPT
ID gjklbbmneaddgofaclhlldbldjnpblck
Официальный URL https://chromewebstore.google.com/detail/talk-gpt/gjklbbmneaddgofaclhlldbldjnpblck
Описание Use Chat GPT with other way
Размер файла 171 KB
Количество установок 94
Текущая Версия 1.0.2
Последнее Обновление 2023-10-24
Дата публикации 2023-09-17
Рейтинг 5.00/5 Всего 2 оценок
Разработчик danganhtuan0002
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Talk GPT",
    "description": "Use Chat GPT with other way",
    "version": "1.0.2",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "48": "logo-talkgpt.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "logo-talkgpt.png",
            "48": "logo-talkgpt.png",
            "128": "logo-talkgpt.png"
        }
    }
}