Alexa Voice & Tone Buddy
Enhance Voice & Tone view in Amazon Alexa Developer Console.
What is Alexa Voice & Tone Buddy?
Alexa Voice & Tone Buddy is a Chrome extension developed by Tim Kahle, and its main feature is "Enhance Voice & Tone view in Amazon Alexa Developer Console.".
Extension Screenshots
Download Alexa Voice & Tone Buddy Extension CRX File
Download Alexa Voice & Tone Buddy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Alexa Voice & Tone Buddy |
ID | bjpmlccoepfnekopaidmdcjahkagmhfo |
Official URL | https://chromewebstore.google.com/detail/alexa-voice-tone-buddy/bjpmlccoepfnekopaidmdcjahkagmhfo |
Description | Enhance Voice & Tone view in Amazon Alexa Developer Console. |
File Size | 21.23 KB |
Installation Count | 156 |
Current Version | 0.1.0 |
Last Updated | 2019-05-16 |
Publish Date | 2019-05-16 |
Rating | 1.00/5 Total 2 Ratings |
Developer | Tim Kahle |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |