Silktide Accessibility Checker

Test your website against over 200 website accessibility checks with Silktide’s easy to understand accessibility checker.

Silktide Accessibility Checkerคืออะไร?

Silktide Accessibility Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://silktide.com และคุณลักษณะหลักของมันคือ "Test your website against over 200 website accessibility checks with Silktide’s easy to understand accessibility checker."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ✅ Test your webpages for over 200 website accessibility checks
✅ See highlighted accessibility concerns directly on the webpage
✅ Use our straightforward, step-by-step guidance to fix the issues
✅ Check color contrast of any on-page elements
✅ Check alt text of any on-page images
✅ Listen to your website with our screen reader simulator

Additional features

🔥 Check accessibility against 200 WCAG standards including 2.0, 2.1 and 2.2
🔥 Discover color contrast errors with our handy color picker
🔥 Understand which images on the page have alt text, missing alt text, or decorative alt text
🔥 Understand how your site appears to users with visual impairments.

We aim for our accessibility checker to be the most user-friendly on the market

Who are Silktide?

We’re the comprehensive web governance platform that helps Fortune 500 companies, governments, healthcare providers, and higher education institutions monitor and improve their websites. We’re passionate about accessibility and offer a range of free tools and resources help you make the web more accessible. Visit https://silktide.com/ for more details.                    

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

ชื่อ Silktide Accessibility Checker Silktide Accessibility Checker
ID mpobacholfblmnpnfbiomjkecoojakah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/silktide-accessibility-ch/mpobacholfblmnpnfbiomjkecoojakah
คำอธิบาย Test your website against over 200 website accessibility checks with Silktide’s easy to understand accessibility checker.
ขนาดไฟล์ 11.55 MB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2023-12-07
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://silktide.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://silktide.com/
URL หน้าช่วยเหลือ https://help.silktide.com/en/
URL หน้านโยบายความเป็นส่วนตัว https://silktide.com/company/legal/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Silktide Accessibility Checker",
    "short_name": "A11y Checker",
    "description": "Test your website against over 200 website accessibility checks with Silktide\u2019s easy to understand accessibility checker.",
    "version": "1.3.0",
    "version_name": "1.3.0",
    "icons": {
        "16": "assets\/16x16.png",
        "19": "assets\/19x19.png",
        "24": "assets\/24x24.png",
        "38": "assets\/38x38.png",
        "48": "assets\/48x48.png",
        "128": "assets\/128x128.png"
    },
    "action": {
        "default_title": "Silktide Inspector Extension",
        "default_icon": {
            "16": "assets\/16x16.png",
            "19": "assets\/19x19.png",
            "24": "assets\/24x24.png",
            "38": "assets\/38x38.png",
            "48": "assets\/48x48.png",
            "128": "assets\/128x128.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "declarativeNetRequest"
    ],
    "offline_enabled": false,
    "homepage_url": "https:\/\/silktide.com",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.silktide.com\/*",
            "*:\/\/*.marvel.test\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem https:\/\/api.rollbar.com\/*; object-src 'self'"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "strip_security_headers",
                "enabled": true,
                "path": "strip_security_headers.json"
            }
        ]
    }
}