Text To Voice V1.0.2

This extension will convert your text to multiple voice formats.

Что такое Text To Voice V1.0.2?

Text To Voice V1.0.2 - это расширение Chrome, разработанное Dadaso Zanzane, и его основная функция - "This extension will convert your text to multiple voice formats.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Text To Voice V1.0.2

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

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

                        This extension will convert your text to multiple voice formats.

 - added play/stop button
 - enabled right click and play                    

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

Название Text To Voice V1.0.2 Text To Voice V1.0.2
ID ebgalelknkkbbhdoocnbakmphhjendhb
Официальный URL https://chromewebstore.google.com/detail/text-to-voice-v102/ebgalelknkkbbhdoocnbakmphhjendhb
Описание This extension will convert your text to multiple voice formats.
Размер файла 101 KB
Количество установок 561
Текущая Версия 1.0.2
Последнее Обновление 2015-11-14
Дата публикации 2015-11-14
Рейтинг 3.33/5 Всего 9 оценок
Разработчик Dadaso Zanzane
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text To Voice V1.0.2",
    "description": "This extension will convert your text to multiple voice formats.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "default.html"
    },
    "permissions": [
        "activeTab",
        "tts",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-1.10.2.js",
            "jquery.cookie.js",
            "script.js",
            "background.js"
        ]
    }
}