Alexa Voice & Tone Buddy
Enhance Voice & Tone view in Amazon Alexa Developer Console.
什么是Alexa Voice & Tone Buddy?
Alexa Voice & Tone Buddy是由Tim Kahle开发的Chrome扩展程序,该扩展的主要功能是“Enhance Voice & Tone view in Amazon Alexa Developer Console.”。
扩展截图
下载Alexa Voice & Tone Buddy扩展crx文件
下载Alexa Voice & Tone Buddy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | bjpmlccoepfnekopaidmdcjahkagmhfo |
| 官方URL | https://chromewebstore.google.com/detail/alexa-voice-tone-buddy/bjpmlccoepfnekopaidmdcjahkagmhfo |
| 简介 | Enhance Voice & Tone view in Amazon Alexa Developer Console. |
| 文件大小 | 21.23 KB |
| 安装次数 | 156 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2019-05-16 |
| 上架时间 | 2019-05-16 |
| 评分 | 1.00/5 共2次评分 |
| 开发者 | Tim Kahle |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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\/*"
]
}
]
} | |