Selection Reader

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

Что такое Selection Reader?

Selection Reader - это расширение Chrome, разработанное Arun Kumar Sekar, и его основная функция - "Selection Reader allows to speak the content in the web page with various voice control options.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Selection Reader

Скачайте файлы расширений Selection Reader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Selection Reader Selection Reader
ID eojegnppbmmnknbmnjgifjjehjlmdcoe
Официальный URL https://chrome.google.com/webstore/detail/selection-reader/eojegnppbmmnknbmnjgifjjehjlmdcoe
Описание Selection Reader allows to speak the content in the web page with various voice control options.
Размер файла 105 KB
Количество установок 16,794
Текущая Версия 2.1
Последнее Обновление 2017-11-29
Дата публикации 2017-11-29
Рейтинг 4.22/5 Всего 9 оценок
Разработчик Arun Kumar Sekar
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
        ]
    }
}