Alexa Voice & Tone Buddy

Enhance Voice & Tone view in Amazon Alexa Developer Console.

Apa itu Alexa Voice & Tone Buddy?

Alexa Voice & Tone Buddy adalah ekstensi Chrome yang dikembangkan oleh Tim Kahle, dan fitur utamanya adalah "Enhance Voice & Tone view in Amazon Alexa Developer Console.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Alexa Voice & Tone Buddy

Unduh file ekstensi Alexa Voice & Tone Buddy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Alexa Voice & Tone Buddy Alexa Voice & Tone Buddy
ID bjpmlccoepfnekopaidmdcjahkagmhfo
URL Resmi https://chromewebstore.google.com/detail/alexa-voice-tone-buddy/bjpmlccoepfnekopaidmdcjahkagmhfo
Deskripsi Enhance Voice & Tone view in Amazon Alexa Developer Console.
Ukuran File 21.23 KB
Jumlah Instalasi 156
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2019-05-16
Tanggal Publikasi 2019-05-16
Penilaian 1.00/5 Total 2 Penilaian
Pengembang Tim Kahle
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}