Siteimprove Accessibility Checker

Jumpstart your web accessibility efforts directly in Chrome.

Siteimprove Accessibility Checkerคืออะไร?

Siteimprove Accessibility Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://siteimprove.com และคุณลักษณะหลักของมันคือ "Jumpstart your web accessibility efforts directly in Chrome."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Is your web page accessible for everyone? Assess the accessibility of your web pages conveniently in Google Chrome with the Siteimprove Accessibility Checker.

The Siteimprove Accessibility Checker allows you to easily check the accessibility of any web page directly in Google Chrome, so you can immediately identify issues based on the latest ACT (Accessibility Conformance Testing) rules – with instant feedback and recommendations.

Kickstart your accessibility efforts today to ensure your website is accessible for everyone.

- Instant analysis: Get an immediate overview of your web pages' accessibility.

- Breakdown and clear explanations: Understand how each of the detected issues affects your visitors.

- Hands-on guidance: Get detailed recommendations on how to fix the issues (including links to the relevant WCAG techniques).

The Siteimprove Accessibility Checker provides automated accessibility testing within Google's Chrome browser and allows for secure evaluation of any password-protected or non-public pages, multi-step forms, and dynamic content.

------------------------------------------------------

By installing the Siteimprove Accessibility Checker extension for Google Chrome, you are agreeing to our Terms of Service [https://siteimprove.com/en/legal/chrome-extension-tos/] and Privacy Policy [https://siteimprove.com/en/legal/].                    

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

ชื่อ Siteimprove Accessibility Checker Siteimprove Accessibility Checker
ID djcglbmbegflehmbfleechkjhmedcopn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/siteimprove-accessibility/djcglbmbegflehmbfleechkjhmedcopn
คำอธิบาย Jumpstart your web accessibility efforts directly in Chrome.
ขนาดไฟล์ 1.38 MB
จำนวนการติดตั้ง 45,490
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-12-05
วันที่เผยแพร่ 2021-04-23
คะแนน 3.20/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา https://siteimprove.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://siteimprove.com/en/core-platform/integrations/browser-extensions/
URL หน้าช่วยเหลือ https://siteimprove.com/en/company/contact/
URL หน้านโยบายความเป็นส่วนตัว https://siteimprove.com/en/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2023.10.12.829",
    "version_name": "2.0",
    "name": "Siteimprove Accessibility Checker",
    "description": "Jumpstart your web accessibility efforts directly in Chrome.",
    "author": "Siteimprove",
    "homepage_url": "https:\/\/siteimprove.com",
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/hello.siteimprove.com\/*"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "24": "icon\/icon24.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon\/icon16.png",
            "24": "icon\/icon24.png",
            "32": "icon\/icon32.png",
            "48": "icon\/icon48.png",
            "128": "icon\/icon128.png"
        }
    },
    "background": {
        "service_worker": "api.js",
        "type": "module"
    },
    "devtools_page": "devtools.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}