Alexa Voice & Tone Buddy

Enhance Voice & Tone view in Amazon Alexa Developer Console.

O que é Alexa Voice & Tone Buddy?

Alexa Voice & Tone Buddy é uma extensão do Chrome desenvolvida por Tim Kahle, e sua principal característica é "Enhance Voice & Tone view in Amazon Alexa Developer Console.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Alexa Voice & Tone Buddy

Baixe arquivos de extensão Alexa Voice & Tone Buddy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Alexa Voice & Tone Buddy Alexa Voice & Tone Buddy
ID bjpmlccoepfnekopaidmdcjahkagmhfo
URL Oficial https://chromewebstore.google.com/detail/alexa-voice-tone-buddy/bjpmlccoepfnekopaidmdcjahkagmhfo
Descrição Enhance Voice & Tone view in Amazon Alexa Developer Console.
Tamanho do Arquivo 21.23 KB
Contagem de Instalações 156
Versão Atual 0.1.0
Última Atualização 2019-05-16
Data de Publicação 2019-05-16
Classificação 1.00/5 Total de 2 Avaliações
Desenvolvedor Tim Kahle
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
            ]
        }
    ]
}