Selection Reader

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

Co to jest Selection Reader?

Selection Reader to rozszerzenie Chrome opracowane przez Arun Kumar Sekar, a jego główną funkcją jest „Selection Reader allows to speak the content in the web page with various voice control options.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Selection Reader

Pobierz pliki rozszerzeń Selection Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Selection Reader Selection Reader
ID eojegnppbmmnknbmnjgifjjehjlmdcoe
Oficjalny URL https://chrome.google.com/webstore/detail/selection-reader/eojegnppbmmnknbmnjgifjjehjlmdcoe
Opis Selection Reader allows to speak the content in the web page with various voice control options.
Rozmiar pliku 105 KB
Liczba instalacji 16,794
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2017-11-29
Data Publikacji 2017-11-29
Ocena 4.22/5 Łącznie 9 Oceny
Deweloper Arun Kumar Sekar
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}