Alexa Voice & Tone Buddy

Enhance Voice & Tone view in Amazon Alexa Developer Console.

Что такое Alexa Voice & Tone Buddy?

Alexa Voice & Tone Buddy - это расширение Chrome, разработанное Tim Kahle, и его основная функция - "Enhance Voice & Tone view in Amazon Alexa Developer Console.".

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

screenshot

Скачать файл CRX расширения Alexa Voice & Tone Buddy

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

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

                        With this extension you have the freedom you need to play around with Alexa Voice Output. The only way to listen to Alexa TTS without using a physical device or a deployment process of your Skill backend is the Voice & Tone tab in the console. Now with enough space on your screen! Enjoy.

-
Icon made by geotatah from www.flaticon.com is licensed by CC 3.0 BY                    

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

Название Alexa Voice & Tone Buddy Alexa Voice & Tone Buddy
ID bjpmlccoepfnekopaidmdcjahkagmhfo
Официальный URL https://chromewebstore.google.com/detail/alexa-voice-tone-buddy/bjpmlccoepfnekopaidmdcjahkagmhfo
Описание Enhance Voice & Tone view in Amazon Alexa Developer Console.
Размер файла 21.23 KB
Количество установок 156
Текущая Версия 0.1.0
Последнее Обновление 2019-05-16
Дата публикации 2019-05-16
Рейтинг 1.00/5 Всего 2 оценок
Разработчик Tim Kahle
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alexa Voice & Tone Buddy",
    "version": "0.1.0",
    "description": "Enhance Voice & Tone view in Amazon Alexa Developer Console.",
    "icons": {
        "16": "images\/img16.png",
        "32": "images\/img32.png",
        "48": "images\/img48.png",
        "128": "images\/img128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/developer.amazon.com\/alexa\/console\/ask\/test\/*"
            ]
        }
    ]
}