Page Reader

A completely free extension to read highlighted text via Text To Speech.

Что такое Page Reader?

Page Reader - это расширение Chrome, разработанное Online Media Group, и его основная функция - "A completely free extension to read highlighted text via Text To Speech.".

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

screenshot
screenshot

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

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

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

                        This is a very easy to use Text To Speech extension. Simply highlight any section of text on your page, then click the extension icon on your Chrome toolbar and it will be read back to you. The extension is entirely free, and always will be.

Any and all feedback/suggestions are welcome, as I plan on continuing to update it as needed.                    

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

Название Page Reader Page Reader
ID afokdhhgekbckelmkfegdggbeohdbnge
Официальный URL https://chromewebstore.google.com/detail/page-reader/afokdhhgekbckelmkfegdggbeohdbnge
Описание A completely free extension to read highlighted text via Text To Speech.
Размер файла 81.05 KB
Количество установок 11,903
Текущая Версия 1.0
Последнее Обновление 2020-03-04
Дата публикации 2020-03-03
Рейтинг 2.37/5 Всего 30 оценок
Разработчик Online Media Group
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Reader",
    "version": "1.0",
    "description": "A completely free extension to read highlighted text via Text To Speech.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "activeTab",
        "alarms",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}