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
Eメール [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",
        ""
    ]
}