Stark Accessibility Checker

Find and fix compliance issues in record time with automated checks and smart suggestions.

Stark Accessibility Checkerคืออะไร?

Stark Accessibility Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getstark.co และคุณลักษณะหลักของมันคือ "Find and fix compliance issues in record time with automated checks and smart suggestions."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tired of manually checking spreadsheets, messy handovers, and expensive retrofitting? The all-new Stark Suite is a powerful combination of integrated tools that help you streamline your accessibility workflow.

Now, you can create and test accessible software in record time. Whether you’re building a website, online shop, mobile app, or SaaS product, Stark gives every designer, engineer, PM, and QA expert the manual and automated tools to make it accessible with ease.

With tools like Contrast Checker, Focus Order, Alt-Text Annotations, Vision Simulator, and more all in one place, you can find accessibility issues in a design before it goes into production—or quickly analyze and fix what’s already in flight. Get started for free today!

What’s New 
We’re thrilled to introduce the all-new Stark Suite, a powerful combination of fully redesigned plugins, even more browser extensions, and all-new tools to streamline you and your team’s accessibility workflow. New tools include: Alt-Text Annotations, Typography Analysis, Touch Targets and more.

Contrast Checker with Color Suggestions
Check your contrast ratios and get smart color suggestions to ensure your design always adheres to WCAG AA or AAA requirements.

Vision Simulator
Simulate what your design may look like for people with different types of vision, including 4 different forms of color blindness and 6 other forms of impaired vision.

Landmarks and Focus Order
Design for easy navigation with Landmarks and Focus Order, allowing anyone to experience your product with screen readers and other assistive technologies.

Alt-Text Annotations
Get actionable tips for writing alt text optimized for screen-reading tools and even SEO ranking with search engines like Google. We’ll even let you know when an image is decorative and doesn’t require alt text.

Typography Analysis
Analyze the topography in a design to check that your selected fonts are legible and readable for people with different vision types.

Touch Targets
Create touch targets large enough for everyone to complete tasks in your web and mobile interfaces with a tap.

Live Preview
Everything you change, fix or update in Stark reflects directly in your design for maximum efficiency. With Live Preview you can test accessible contrast updates, color suggestions and font-sizes directly in your browser using your live code.

Let Stark help you streamline your workflow to get your team to long-term, sustained accessibility compliance faster. Learn more about us at https://getstark.co                    

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

ชื่อ Stark Accessibility Checker Stark Accessibility Checker
ID fkfaapnmfippddbeemjjbclenphooipm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stark-accessibility-check/fkfaapnmfippddbeemjjbclenphooipm
คำอธิบาย Find and fix compliance issues in record time with automated checks and smart suggestions.
ขนาดไฟล์ 1.85 MB
จำนวนการติดตั้ง 12,495
เวอร์ชันปัจจุบัน 2.16.3
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2021-05-04
คะแนน 4.40/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://getstark.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.getstark.co
URL หน้าช่วยเหลือ https://www.getstark.co/support
URL หน้านโยบายความเป็นส่วนตัว https://www.getstark.co/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.16.3",
    "manifest_version": 3,
    "name": "Stark Accessibility Checker",
    "author": "Stark Lab, Inc.",
    "description": "Find and fix compliance issues in record time with automated checks and smart suggestions.",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "scan-illo.png",
                "scan-illo--dark.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "devtool\/content-script.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "stark-16.png",
        "32": "stark-32.png",
        "48": "stark-48.png",
        "128": "stark-128.png"
    },
    "devtools_page": "devtool\/background.html"
}