Alexa Voice & Tone Buddy

Enhance Voice & Tone view in Amazon Alexa Developer Console.

Alexa Voice & Tone Buddy là gì?

Alexa Voice & Tone Buddy là một tiện ích mở rộng Chrome được phát triển bởi Tim Kahle, và tính năng chính của nó là "Enhance Voice & Tone view in Amazon Alexa Developer Console.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alexa Voice & Tone Buddy

Tải xuống các tệp mở rộng Alexa Voice & Tone Buddy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Alexa Voice & Tone Buddy Alexa Voice & Tone Buddy
ID bjpmlccoepfnekopaidmdcjahkagmhfo
URL Chính Thức https://chromewebstore.google.com/detail/alexa-voice-tone-buddy/bjpmlccoepfnekopaidmdcjahkagmhfo
Mô tả Enhance Voice & Tone view in Amazon Alexa Developer Console.
Kích Thước Tệp 21.23 KB
Số Lần Cài Đặt 156
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2019-05-16
Ngày Phát Hành 2019-05-16
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Tim Kahle
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}