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