Accessible Web Helper

Discover and highlight accessibility violations on the web with the push of a button.

Accessible Web Helper क्या है?

Accessible Web Helper https://accessibleweb.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover and highlight accessibility violations on the web with the push of a button."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Identify & resolve accessibility issues with Accessible Web Helper, a powerful Chrome extension that helps you meet web accessibility compliance.

With WCAG guidelines at its core, the extension offers a range of functionalities to promote an inclusive web experience. Ditch cumbersome spreadsheets and turbo-charge your accessibility efforts with RAMP & the Accessible Web Helper.

Key Features:

Scan in Real-Time
Scan any page, any time. Get instant feedback and recommendations for improved accessibility. Remediate and re-scan as you fix violations, or assign them to your team as tasks in RAMP.

View Detailed Scan Results
Each result allows you to view the affected elements, success criteria, and violation severity. Users with paid RAMP subscriptions will be able to view remediation recommendations custom made by our team of specialists.

Highlight Affected Elements
Highlight the affected elements directly on the page according to their violation. This allows you to pinpoint and visualize the exact barrier.

Check Color Contrast Ratios
Select any two colors on your page to check their contrast ratio and WCAG conformance.

Guided Manual Accessibility Audit
With a paid subscription, the guided audit tool walks you through a series of tests to comprehensively audit for all WCAG success criteria and achieve full WCAG conformance. Relevant elements are automatically detected and may be highlighted for further inspection.

Streamline Your Workflow
Pair the Accessible Web Helper with RAMP to unlock its full potential. Manual audit findings are pushed into your RAMP account for easy management. Remove cumbersome spreadsheets from your workflow!

The Accessible Web Helper is a must-have tool for individuals and organizations committed to providing an inclusive web environment. Enhance accessibility compliance, improve user experiences, and foster a more inclusive internet with our powerful Chrome extension. Install now and embark on a journey towards web accessibility for all.

Learn more at https://accessibleweb.com/                    

एक्सटेंशन की मूल जानकारी

नाम Accessible Web Helper Accessible Web Helper
ID gdnpkbipbholkoaggmlblpbmgemddbgb
आधिकारिक URL https://chromewebstore.google.com/detail/accessible-web-helper/gdnpkbipbholkoaggmlblpbmgemddbgb
विवरण Discover and highlight accessibility violations on the web with the push of a button.
फ़ाइल का आकार 1.58 MB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.18.0
अंतिम अपडेट 2024-02-14
प्रकाशन तिथि 2021-10-21
रेटिंग 5.00/5 कुल 11 रेटिंग्स
डेवलपर https://accessibleweb.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://accessibleweb.com
सहायता पृष्ठ URL https://accessibleweb.com/support
गोपनीयता नीति पृष्ठ URL https://accessibleweb.com/legal/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Accessible Web Helper",
    "version": "1.18.0",
    "manifest_version": 2,
    "minimum_chrome_version": "10.0",
    "description": "Discover and highlight accessibility violations on the web with the push of a button.",
    "permissions": [
        "storage",
        "cookies",
        "",
        "contextMenus",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "js\/background.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/awebChromeHelper.min.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "css\/awebChromeHelper.min.css",
        "css\/awebChromeHelperInjected.min.css"
    ],
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_title": "Accessible Web Helper"
    },
    "devtools_page": "html\/devtoolsIndex.html",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}