Alexa Voice & Tone Buddy
Enhance Voice & Tone view in Amazon Alexa Developer Console.
Cos'è Alexa Voice & Tone Buddy?
Alexa Voice & Tone Buddy è un'estensione di Chrome sviluppata da Tim Kahle, e la sua funzione principale è "Enhance Voice & Tone view in Amazon Alexa Developer Console.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Alexa Voice & Tone Buddy
Scarica i file di estensione Alexa Voice & Tone Buddy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Alexa Voice & Tone Buddy |
ID | bjpmlccoepfnekopaidmdcjahkagmhfo |
URL Ufficiale | https://chromewebstore.google.com/detail/alexa-voice-tone-buddy/bjpmlccoepfnekopaidmdcjahkagmhfo |
Descrizione | Enhance Voice & Tone view in Amazon Alexa Developer Console. |
Dimensione del File | 21.23 KB |
Conteggio Installazioni | 156 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2019-05-16 |
Data di Pubblicazione | 2019-05-16 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | Tim Kahle |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |