webVox

A web reader

Was ist webVox?

webVox ist eine Chrome-Erweiterung, die von https://www.microvox.fr entwickelt wurde, und ihr Hauptmerkmal ist "A web reader".

Erweiterungsscreenshots

screenshot
screenshot

webVox-Erweiterungs-CRX-Datei herunterladen

Laden Sie webVox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name webVox webVox
ID ghjhjogbmlimbacfibgmcjdjmlbigpno
Offizielle URL https://chromewebstore.google.com/detail/webvox/ghjhjogbmlimbacfibgmcjdjmlbigpno
Beschreibung A web reader
Dateigröße 415 KB
Installationsanzahl 58
Aktuelle Version 1.0 révision 0
Letztes Update 2021-03-16
Veröffentlichungsdatum 2021-02-23
Entwickler https://www.microvox.fr
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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",
        ""
    ]
}