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
拡張機能の基本情報
名前 | Alexa Voice & Tone Buddy |
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 |
Eメール | [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\/*" ] } ] } |