HalfAccessible - Accessibility Toolkit

Accessibility Testing Toolkit, Target Size Checker, Text Spacing, Automated Accessibility & Color Issues, HTML Code Copier

HalfAccessible - Accessibility Toolkitคืออะไร?

HalfAccessible - Accessibility Toolkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://halfaccessible.com และคุณลักษณะหลักของมันคือ "Accessibility Testing Toolkit, Target Size Checker, Text Spacing, Automated Accessibility & Color Issues, HTML Code Copier"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HalfAccessible - Accessibility Toolkit

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

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

                        My end Goal is to reduce the testing efforts as much as possible and make the accessibility testing & reporting a smooth process.

Enhance your website's accessibility with the "Accessibility Testing Tools & Target Size Checker"

This powerful toolset empowers web developers, designers, and accessibility enthusiasts to create more inclusive and user-friendly websites.

Key Features:

1. ✅ Precise Target Size Checking: Ensure your website meets the critical "Target Size (Minimum) (Level AA)" accessibility guideline. Our extension provides accurate assessments, making certain that interactive elements on your website are large enough and easy to interact with, benefiting all users.

2. ✅ Accessibility Properties Uncovered: Inspects essential accessibility properties of UI elements, including aria-label, alt, text, hidden properties, title, and more, it will fasten the testing process.

3. ✅ HTML Inspector: You can easily copy the HTML code of any element on a web page just by hovering over it and use the HTML in your audit report.

4. ✅ Text Spacing (Level AA): We've added a powerful feature to help you check compliance with "WCAG SC 1.4.12: Text Spacing (Level AA)." With this feature, you can easily identify and rectify any text spacing issues.

Why Choose "Accessibility Tools & Target Size Checker"?
- You will get all accessibility tools that help to reduce testing efforts.
- User-friendly UI makes it easy to use
- Test Target Size (Minimum) (Level AA)
- Test Text Spacing (Level AA)
- Context Menu support
- Dynamic Content check
- Minimise Feature
- Font Size adjustment for the extension
- Automated Accessibility Issues
- Multi View Support (Page Side & Modal)

Upcoming Feature:
1) Automated Color Contrast Issues, Live fixing with recommended color.
2) Issue Reporting 

Stay tuned for a game-changing feature! Soon, you'll be able to report accessibility issues directly from the web page itself. Say goodbye to manual data entry and copying/pasting into spreadsheets. Our extension will offer seamless reporting and the option to export issues to Excel or Google Sheets, streamlining your accessibility testing workflow.

Make web accessibility an integral part of your website development process. Join us in creating a web that's more inclusive and accessible to all users. 

Install the extension today and be part of the movement towards a more accessible online world.

For Accessibility Related issues/Suggestions, Please reach out to me on [email protected]                    

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

ชื่อ HalfAccessible - Accessibility Toolkit HalfAccessible - Accessibility Toolkit
ID kofnlhenkilpdacklecdifdfigomanje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/halfaccessible-accessibil/kofnlhenkilpdacklecdifdfigomanje
คำอธิบาย Accessibility Testing Toolkit, Target Size Checker, Text Spacing, Automated Accessibility & Color Issues, HTML Code Copier
ขนาดไฟล์ 397 KB
จำนวนการติดตั้ง 415
เวอร์ชันปัจจุบัน 2.3.1
อัปเดตครั้งล่าสุด 2024-01-11
วันที่เผยแพร่ 2023-09-14
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://halfaccessible.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://halfaccessible.com/tool/accessibility-tools-target-size-checker/
URL หน้าช่วยเหลือ https://halfaccessible.com/contact/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HalfAccessible - Accessibility Toolkit",
    "version": "2.3.1",
    "short_name": "A11Y Toolkit",
    "author": "Mohammad Shadab Saifi",
    "description": "Accessibility Testing Toolkit, Target Size Checker, Text Spacing, Automated Accessibility & Color Issues, HTML Code Copier",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "views\/popup\/popup.html",
        "default_icon": {
            "16": "images\/halflogo.png",
            "48": "images\/halflogo.png",
            "128": "images\/halflogo.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.7.1.js",
                "js\/jquery-ui.js",
                "js\/content.js",
                "js\/color.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "images\/halflogo.png",
        "32": "images\/halflogo.png",
        "48": "images\/halflogo.png",
        "128": "images\/halflogo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "views\/sidepanel\/sidepanel.html",
                "css\/text-spacing.css",
                "js\/axe.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}