WizWrite - Record, Rewrite, WizWrite

Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words

Что такое WizWrite - Record, Rewrite, WizWrite?

WizWrite - Record, Rewrite, WizWrite - это расширение Chrome, разработанное Riku AI, и его основная функция - "Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words".

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

screenshot

Скачать файл CRX расширения WizWrite - Record, Rewrite, WizWrite

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

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

                        Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words.

A super handy tool to talk to AI. Hone your thoughts and create great pieces of content with WizWrite.                    

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

Название WizWrite - Record, Rewrite, WizWrite WizWrite - Record, Rewrite, WizWrite
ID ikgdndfdojojfngffhhniepeidkggadi
Официальный URL https://chromewebstore.google.com/detail/wizwrite-record-rewrite-w/ikgdndfdojojfngffhhniepeidkggadi
Описание Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words
Размер файла 62.11 KB
Количество установок 88
Текущая Версия 0.3
Последнее Обновление 2023-09-20
Дата публикации 2023-09-14
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Riku AI
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://wizwrite.io
URL страницы помощи https://wizwrite.io
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WizWrite - Record, Rewrite, WizWrite",
    "description": "Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words",
    "host_permissions": [
        "https:\/\/app.wizwrite.io\/"
    ],
    "version": "0.3",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}