EqualWeb Accessibility Checker

The EqualWeb Web Accessibility Checker is a free automated auditing tool for WCAG 2.1 validation.

EqualWeb Accessibility Checkerคืออะไร?

EqualWeb Accessibility Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EqualWeb และคุณลักษณะหลักของมันคือ "The EqualWeb Web Accessibility Checker is a free automated auditing tool for WCAG 2.1 validation."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The EqualWeb Web Accessibility Checker is a free automated auditing tool for WCAG 2.1 validation.

The Checker analyzes the website and provides visual accessibility scores about the site’s accessibility issues and errors. The Checker can scan one page at a time.

To use the Web Accessibility Checker, download and install the tool from the Google Chrome extension store. Next, enter the URL of the website you wish to scan. Now, activate the EqualWeb icon on your Chrome browser and start scanning. The checker will flag static and dynamic accessibility issues on your HTML pages filtered by the WCAG 2.1 A/AA/AAA conformance level.

EqualWeb is the only company recognized by the World Wide Web Consortium (W3C) to be fully compliant with their Web Content Accessibility Guidelines (WCAG 2.1), Americans with Disabilities Act (ADA), Accessibility for Ontarians with Disabilities Act (AODA), European Union EN 301 549 standards, and Section 508 guidelines.

The Web Accessibility Checker is brought to you by EqualWeb LTD, a leading digital accessibility solution provider, serving thousands of companies from Fortune 500 firms to non-profit organizations, and SMBs.

The full EqualWeb accessibility solution includes:

- Auditing
- Auto AI widget that works seamlessly with any website platform
- Human expert fixes, monitoring, and website maintenance
- Compliance with WCAG 2.1 AA and ADA standards
- Periodic monitoring
- First-rate scalable remediation system
- Accessibility consulting
- Accessibility training
- Extensive accessibility reports
- Support for 41 languages
- Accessibility statement and certificate of performance
- Feedback option
- 24/7 email support

We hold that equal access is a right of every individual and the responsibility of all of us! Join us on the journey to a more accessible World Wide Web. For more information, contact us at Email: [email protected]; web: www.equalweb.com.                    

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

ชื่อ EqualWeb Accessibility Checker EqualWeb Accessibility Checker
ID imemciokfejbnonkkinhcdfigdilcllg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/equalweb-accessibility-ch/imemciokfejbnonkkinhcdfigdilcllg
คำอธิบาย The EqualWeb Web Accessibility Checker is a free automated auditing tool for WCAG 2.1 validation.
ขนาดไฟล์ 19.11 MB
จำนวนการติดตั้ง 11,726
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2024-01-10
วันที่เผยแพร่ 2020-01-01
คะแนน 4.10/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา EqualWeb
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.equalweb.com
URL หน้าช่วยเหลือ https://www.equalweb.com/html5/?_id=9681&did=1116&G=9681
URL หน้านโยบายความเป็นส่วนตัว https://www.equalweb.com/html5/sbs.py?_id=11178&did=1116&G=11178&trace=ew_checker
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EqualWeb Accessibility Checker",
    "version": "1.7",
    "description": "The EqualWeb Web Accessibility Checker is a free automated auditing tool for WCAG 2.1 validation.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": ".\/images\/fav16.png",
            "32": ".\/images\/fav32.png",
            "48": ".\/images\/fav64.png",
            "128": ".\/images\/fav128.png"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.equalweb.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/js\/initWidget.js",
                "images\/eq-adPopup_logo.png",
                "images\/checker_header_logo.png",
                "popup.html",
                "assets\/json\/data.json",
                "assets\/json\/*",
                "\/assets\/fontawesome-pro-5.8.1\/*",
                "css\/window.css",
                "\/assets\/fontawesome-pro-5.8.1\/css\/all.css"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "sniffers.js",
                "inject.js",
                "postMessage.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/fav16.png",
        "32": "images\/fav32.png",
        "48": "images\/fav64.png",
        "128": "images\/fav128.png"
    },
    "manifest_version": 3
}