Text Assistant

An extension that allows users to get explanations, proofread text, and create charts using ChatGPT.

Что такое Text Assistant?

Text Assistant - это расширение Chrome, разработанное Cash, и его основная функция - "An extension that allows users to get explanations, proofread text, and create charts using ChatGPT.".

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

screenshot
screenshot

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

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

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

                        Text Assistant is a powerful tool that makes it easy to understand, proofread, and respond to text in your browser. With a simple selection, you can access the power of OpenAI's cutting-edge language models to get helpful explanations, grammar and spelling suggestions, and even generate text responses in natural language. To use the Text Assistant, you will need an OpenAI API key. Once you've obtained your API key, simply enter it in the extension's settings to get started.

Text icons created by Freepik - Flaticon                    

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

Название Text Assistant Text Assistant
ID jglecadoijaoddgfadfodbfamemmoald
Официальный URL https://chromewebstore.google.com/detail/text-assistant/jglecadoijaoddgfadfodbfamemmoald
Описание An extension that allows users to get explanations, proofread text, and create charts using ChatGPT.
Размер файла 15.04 KB
Количество установок 87
Текущая Версия 0.2
Последнее Обновление 2023-04-06
Дата публикации 2023-03-29
Разработчик Cash
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text Assistant",
    "version": "0.2",
    "description": "An extension that allows users to get explanations, proofread text, and create charts using ChatGPT.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "inject.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}