Alexa Voice & Tone Buddy
Enhance Voice & Tone view in Amazon Alexa Developer Console.
Hvad er Alexa Voice & Tone Buddy?
Alexa Voice & Tone Buddy er en Chrome-udvidelse udviklet af Tim Kahle, og dens hovedfunktion er "Enhance Voice & Tone view in Amazon Alexa Developer Console.".
Udvidelsesskærmbilleder
Download Alexa Voice & Tone Buddy-udvidelses-CRX-fil
Download Alexa Voice & Tone Buddy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bjpmlccoepfnekopaidmdcjahkagmhfo |
| Officiel URL | https://chromewebstore.google.com/detail/alexa-voice-tone-buddy/bjpmlccoepfnekopaidmdcjahkagmhfo |
| Beskrivelse | Enhance Voice & Tone view in Amazon Alexa Developer Console. |
| Filstørrelse | 21.23 KB |
| Antal Installationer | 156 |
| Nuværende Version | 0.1.0 |
| Senest Opdateret | 2019-05-16 |
| Udgivelsesdato | 2019-05-16 |
| Bedømmelse | 1.00/5 Samlet 2 Bedømmelser |
| Udvikler | Tim Kahle |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/*"
]
}
]
} | |