Checka11y.css

The browser extension for Checka11y.css - a CSS-only accessibility checker

What is Checka11y.css?

Checka11y.css is a Chrome extension developed by jackdomleo7, and its main feature is "The browser extension for Checka11y.css - a CSS-only accessibility checker".

Extension Screenshots

screenshot
screenshot
screenshot

Download Checka11y.css Extension CRX File

Download Checka11y.css extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This browser extension allows you to use Checka11y.css directly in your browser. Just simply toggle Checka11y.css on & off to see the accessibility issues highlighted instantly.                    

Extension Basic Information

Name Checka11y.css Checka11y.css
ID npkoehgjmnffjdaelommnfjkflenbfaa
Official URL https://chromewebstore.google.com/detail/checka11ycss/npkoehgjmnffjdaelommnfjkflenbfaa
Description The browser extension for Checka11y.css - a CSS-only accessibility checker
File Size 2 MB
Installation Count 54
Current Version 1.3.0
Last Updated 2023-12-19
Publish Date 2021-01-13
Developer jackdomleo7
Email [email protected]
Payment Type free
Extension Website https://checka11y.jackdomleo.dev
Help Page URL https://github.com/jackdomleo7/Checka11y.css-browser-extension/issues
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Checka11y.css",
    "version": "1.3.0",
    "description": "The browser extension for Checka11y.css - a CSS-only accessibility checker",
    "homepage_url": "https:\/\/checka11y.jackdomleo.dev",
    "author": "Jack Domleo",
    "manifest_version": 3,
    "action": {
        "default_title": "Checka11y.css",
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "assets\/icon.16.png",
            "48": "assets\/icon.48.png",
            "128": "assets\/icon.128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/content\/script.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icon.16.png",
        "48": "assets\/icon.48.png",
        "128": "assets\/icon.128.png"
    }
}