A11Y HTML5 Validator

A11Y HTML5 Validator

What is A11Y HTML5 Validator?

A11Y HTML5 Validator is a Chrome extension developed by Jusuf Azer, and its main feature is "A11Y HTML5 Validator".

Extension Screenshots

screenshot

Download A11Y HTML5 Validator Extension CRX File

Download A11Y HTML5 Validator 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

                        A11Y (Pronounced « Alix ». Because it's fun.) allows you to check your HTML Markup for web accessibility issues by simply applying a stylesheet that makes use of advanced CSS selectors.

It can be used to roughly evaluate a site's HTML5 quality and web accessibility by simply applying one of the settings from the modal dialog.


THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                    

Extension Basic Information

Name A11Y HTML5 Validator A11Y HTML5 Validator
ID cfgfmngpbhlaagbfjhellojpcpcjmnkl
Official URL https://chromewebstore.google.com/detail/a11y-html5-validator/cfgfmngpbhlaagbfjhellojpcpcjmnkl
Description A11Y HTML5 Validator
File Size 68.97 KB
Installation Count 524
Current Version 3.1.2
Last Updated 2019-04-15
Publish Date 2019-04-13
Rating 5.00/5 Total 1 Ratings
Developer Jusuf Azer
Payment Type free
Extension Website https://www.jusufazer.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "A11Y HTML5 Validator",
    "description": "A11Y HTML5 Validator",
    "version": "3.1.2",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "app\/*.css",
        "app\/*.custom.css",
        "app\/modal.html",
        "images\/logo.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "app\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Validate A11Y HTML5 Validator",
        "default_popup": "app\/modal.html"
    },
    "manifest_version": 2
}