Selection Reader

Selection Reader allows to speak the content in the web page with various voice control options.

Apa itu Selection Reader?

Selection Reader adalah ekstensi Chrome yang dikembangkan oleh Arun Kumar Sekar, dan fitur utamanya adalah "Selection Reader allows to speak the content in the web page with various voice control options.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Selection Reader

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

                        Selection Reader allows to speak the content in the web page with various voice control options and you can also read the selected content with the right click.                    

Informasi Dasar Ekstensi

Nama Selection Reader Selection Reader
ID eojegnppbmmnknbmnjgifjjehjlmdcoe
URL Resmi https://chrome.google.com/webstore/detail/selection-reader/eojegnppbmmnknbmnjgifjjehjlmdcoe
Deskripsi Selection Reader allows to speak the content in the web page with various voice control options.
Ukuran File 105 KB
Jumlah Instalasi 16,794
Versi Saat Ini 2.1
Terakhir Diperbarui 2017-11-29
Tanggal Publikasi 2017-11-29
Penilaian 4.22/5 Total 9 Penilaian
Pengembang Arun Kumar Sekar
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": "Selection Reader",
    "version": "2.1",
    "description": "Selection Reader allows to speak the content in the web page with various voice control options.",
    "permissions": [
        "tts",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "128": "img\/speak128.png",
        "48": "img\/speak64.png",
        "16": "img\/speak16.png"
    },
    "browser_action": {
        "default_icon": "img\/speak32.png",
        "default_popup": "index.html",
        "default_title": "Selection Reader"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}