Speak Selection

Speaks the current selection out loud.

Apa itu Speak Selection?

Speak Selection adalah ekstensi Chrome yang dikembangkan oleh https://sites.google.com/site/encontralogratis, dan fitur utamanya adalah "Speaks the current selection out loud.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Speak Selection

Unduh file ekstensi Speak Selection 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

                        Convierte cualquier texto de una web voz deja de leer y escucha tus noticias favoritas                    

Informasi Dasar Ekstensi

Nama Speak Selection Speak Selection
ID kcdbalaepjkgpikfadbdjccobelibgdl
URL Resmi https://chrome.google.com/webstore/detail/speak-selection/kcdbalaepjkgpikfadbdjccobelibgdl
Deskripsi Speaks the current selection out loud.
Ukuran File 38.7 KB
Jumlah Instalasi 82
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-09-19
Tanggal Publikasi 2017-09-19
Penilaian 4.00/5 Total 1 Penilaian
Pengembang https://sites.google.com/site/encontralogratis
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://goo.gl/eQNkWB
URL Halaman Bantuan https://goo.gl/eQNkWB
Bahasa yang Didukung es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speak Selection",
    "version": "1.1",
    "description": "Speaks the current selection out loud.",
    "permissions": [
        "",
        "tts",
        "tabs"
    ],
    "background": {
        "scripts": [
            "keycodes.js",
            "tabs.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "SpeakSel19.png",
        "default_title": "Speak Selection"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "14",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "keycodes.js",
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "SpeakSel16.png",
        "48": "SpeakSel48.png",
        "128": "SpeakSel128.png",
        "256": "SpeakSel256.png"
    },
    "manifest_version": 2
}