Alexa Voice & Tone Buddy
Enhance Voice & Tone view in Amazon Alexa Developer Console.
Vad är Alexa Voice & Tone Buddy?
Alexa Voice & Tone Buddy är en Chrome-tillägg utvecklad av Tim Kahle, och dess huvudfunktion är "Enhance Voice & Tone view in Amazon Alexa Developer Console.".
Tilläggsskärmbilder
Ladda ner Alexa Voice & Tone Buddy-förlängningens CRX-fil
Ladda ner Alexa Voice & Tone Buddy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | bjpmlccoepfnekopaidmdcjahkagmhfo |
| Officiell webbadress | https://chromewebstore.google.com/detail/alexa-voice-tone-buddy/bjpmlccoepfnekopaidmdcjahkagmhfo |
| Beskrivning | Enhance Voice & Tone view in Amazon Alexa Developer Console. |
| Filstorlek | 21.23 KB |
| Antal Installationer | 156 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2019-05-16 |
| Publiceringsdatum | 2019-05-16 |
| Betyg | 1.00/5 Totalt 2 Betyg |
| Utvecklare | Tim Kahle |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
}
]
} | |