webVox

A web reader

什么是webVox?

webVox是由https://www.microvox.fr开发的Chrome扩展程序,该扩展的主要功能是“A web reader”。

扩展截图

screenshot
screenshot

下载webVox扩展crx文件

下载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",
        ""
    ]
}