OpenWAX

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

OpenWAX क्या है?

OpenWAX mctenshi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OpenWAX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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