webVox

A web reader

Что такое webVox?

webVox - это расширение Chrome, разработанное https://www.microvox.fr, и его основная функция - "A web reader".

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

screenshot
screenshot

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

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

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

                        WebVox is a free web reader that allows blind people to browse the Internet without any difficulty.

WebVox is fully controlled with the Control, Escape and 4 arrow keys on the keyboard, preventing the user from learning many shortcuts.


For more information, visit www.microvox.fr/#webvox


(Features subject to notice : New tab page)                    

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

Название webVox webVox
ID ghjhjogbmlimbacfibgmcjdjmlbigpno
Официальный URL https://chromewebstore.google.com/detail/webvox/ghjhjogbmlimbacfibgmcjdjmlbigpno
Описание A web reader
Размер файла 415 KB
Количество установок 58
Текущая Версия 1.0 révision 0
Последнее Обновление 2021-03-16
Дата публикации 2021-02-23
Разработчик https://www.microvox.fr
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки de,en,fr,nl,no,da,es,it,pt-PT,fi,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "webVox",
    "version": "1.0.0",
    "version_name": "1.0 r\u00e9vision 0",
    "description": "__MSG_WEBVOX_DESCRIPTION__",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "devtools:\/\/*"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/webvox-128.png",
        "48": "images\/webvox-48.png"
    },
    "permissions": [
        "bookmarks",
        "history",
        "storage",
        "tabs",
        "tts",
        ""
    ]
}