axe DevTools - Web Accessibility Testing

Accessibility Checker for Developers, Testers, and Designers in Chrome

axe DevTools - Web Accessibility Testing란 무엇입니까?

axe DevTools - Web Accessibility Testing은(는) https://www.deque.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Accessibility Checker for Developers, Testers, and Designers in Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

axe DevTools - Web Accessibility Testing 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Find and fix more accessibility issues during website development with axe DevTools. 

The free axe DevTools browser extension is a fast, lightweight, yet powerful testing tool driven by the world’s most trusted accessibility testing engine, axe-core, developed by Deque. 

Why use axe DevTools to build accessible websites?
-To deliver brilliant user experiences for everyone, including the 1 billion people globally living with a disability today.
-To avoid wasting time chasing fake issues. Only axe prevents false positive results. 
-To improve accuracy, preventing tickets from resurfacing again and again.
-To reduce the risk and cost of accessibility lawsuits.

★ Automated testing
With the push of a button, axe DevTools analyzes your site, automatically surfacing the majority of common accessibility issues—almost triple the industry average. Drill down into each issue, inspect the source of the problem and leverage extensive free remediation guidance to fix it quickly and accurately.

★ No False Positives
Nobody has time to chase issues that aren’t actually issues. Axe DevTools reports only issues with absolute certainty. Other tools report irrelevant and inaccurate results, wasting your time, money, and productivity on rework. 

★ The fastest and most effective path to accessible
Using axe DevTools to proactively find and fix accessibility issues significantly reduces the need for manual testing, giving you quick and easy wins without disrupting your development velocity.

Upgrade to axe DevTools Pro to do so much more:

★ Intelligent Guided Testing™ (IGT)
Perform more advanced testing without having to become an accessibility expert. Using a simple question and answer format, IGT leverages machine learning to help you quickly find and fix issues that are not detectable by automated testing alone. Adding IGT can get you 8o% coverage or more—while you code.

★ Component-level testing
Make your testing more agile by focusing only on the specific parts of a page relevant to your immediate work. Reduce patching and retesting by finding accessibility bugs that could break existing use cases.

★ Export, Save and Share
Collaborate across your dev team! With one click, create a customized URL with all issue description information to share with colleagues or your issue tracking software of choice. Save the rest of your team time and effort and help them build inclusive experiences. 

★ What’s left to test?
After you’ve finished automated and Intelligent Guided Tests, now you can generate and share a “Remaining Testing” report, listing what’s left for manual testers. Accessibility experts can pick up exactly where you left off to catch the remaining complex issues. 

Use of this extension is governed by this license agreement https://www.deque.com/terms-of-use/axe-ext/ and the privacy policy linked under the developer information                    

확장 프로그램 기본 정보

이름 axe DevTools - Web Accessibility Testing axe DevTools - Web Accessibility Testing
ID lhdoppojpmngadmnindnejefpokejbdd
공식 URL https://chromewebstore.google.com/detail/axe-devtools-web-accessib/lhdoppojpmngadmnindnejefpokejbdd
설명 Accessibility Checker for Developers, Testers, and Designers in Chrome
파일 크기 2.32 MB
설치 횟수 317,620
현재 버전 4.76.0
최근 업데이트 2024-02-28
출시 날짜 2020-06-30
평점 4.03/5 총 106 개의 평점
개발자 https://www.deque.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://accessibility.deque.com/axe-community
개인정보 보호 정책 페이지 URL https://www.deque.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "axe DevTools - Web Accessibility Testing",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/images\/axe16.png",
        "48": "assets\/images\/axe48.png",
        "128": "assets\/images\/axe128.png"
    },
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "vendor.bundle.js",
            "background.bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/axe16.png",
            "48": "assets\/images\/axe48.png",
            "128": "assets\/images\/axe128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Axe Accessibility",
        "browser_style": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "highlighter.js",
        "axe-versions\/latest\/axe.js",
        "axe-versions\/4.6.3\/axe.js",
        "axe-versions\/4.7.2\/axe.js",
        "axe-versions\/4.8.0\/axe.js",
        "axe-versions\/4.8.1\/axe.js",
        "axe-versions\/4.8.2\/axe.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "vendor.bundle.js",
                "content.bundle.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "match_about_blank": true
        }
    ],
    "permissions": [
        "tabs",
        "debugger",
        "storage",
        "unlimitedStorage"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "description": "Accessibility Checker for Developers, Testers, and Designers in Chrome",
    "offline_enabled": true,
    "incognito": "split",
    "externally_connectable": {
        "matches": [
            "http:\/\/local.axepro.com:3000\/*"
        ]
    },
    "version": "4.76.0"
}