OpenWAX

OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.

OpenWAXคืออะไร?

OpenWAX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mctenshi และคุณลักษณะหลักของมันคือ "OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OpenWAX

ดาวน์โหลดไฟล์ส่วนขยาย OpenWAX ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.

OpenWAX can diagnose following accessibility problems.
* Text Alternatives of , , CSS Background
* Use of color
* Contrast
* Data Table
* Shortcut
* Language of page
* Keyboard focus
* Page title
* Frame title
* Heading elements
* Skip navigation
* Link text
* Label
* Markup validation error for a11y                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OpenWAX OpenWAX
ID bfahpbmaknaeohgdklfbobogpdngngoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/openwax/bfahpbmaknaeohgdklfbobogpdngngoe
คำอธิบาย OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.
ขนาดไฟล์ 66.23 KB
จำนวนการติดตั้ง 24,599
เวอร์ชันปัจจุบัน 2.0.10
อัปเดตครั้งล่าสุด 2022-04-19
วันที่เผยแพร่ 2014-06-05
คะแนน 4.27/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา mctenshi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://goonoo.github.io/OpenWAX/
URL หน้าช่วยเหลือ https://goonoo.github.io/OpenWAX/
ภาษาที่รองรับ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OpenWAX",
    "version": "2.0.10",
    "description": "OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.",
    "action": {
        "default_icon": "logo_19.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "icons": {
        "128": "logo_128.png",
        "16": "logo_16.png",
        "19": "logo_19.png",
        "48": "logo_48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "achecker.css"
            ],
            "js": [
                "lib\/Section.js",
                "lib\/Sections.js",
                "i18n.js",
                "achecker.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}