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 |
| 官方網址 | 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\/*"
]
}
]
} | |