webVox

A web reader

Qu'est-ce que webVox ?

webVox est une extension Chrome développée par https://www.microvox.fr, et sa fonction principale est "A web reader".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension webVox

Téléchargez les fichiers d'extension webVox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom webVox webVox
ID ghjhjogbmlimbacfibgmcjdjmlbigpno
URL Officiel https://chromewebstore.google.com/detail/webvox/ghjhjogbmlimbacfibgmcjdjmlbigpno
Description A web reader
Taille du Fichier 415 KB
Nombre d'Installations 58
Version Actuelle 1.0 révision 0
Dernière Mise à Jour 2021-03-16
Date de Publication 2021-02-23
Développeur https://www.microvox.fr
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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",
        ""
    ]
}