Alix for Chrome
Alix allows you to lint your HTML for Accessibility issues simply by applying a stylesheet that makes use of advanced CSS selectors.
What is Alix for Chrome?
Alix for Chrome is a Chrome extension developed by iaderinokun, and its main feature is "Alix allows you to lint your HTML for Accessibility issues simply by applying a stylesheet that makes use of advanced CSS selectors.".
Extension Screenshots
Download Alix for Chrome Extension CRX File
Download Alix for Chrome 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
Alix for Chrome is an extension for a11y.css. It allows you to lint your HTML for Accessibility issues simply by applying a stylesheet that makes use of advanced CSS selectors.
Extension Basic Information
Name | Alix for Chrome |
ID | aepmadgjacfjcneccddiccnkbpimobge |
Official URL | https://chromewebstore.google.com/detail/alix-for-chrome/aepmadgjacfjcneccddiccnkbpimobge |
Description | Alix allows you to lint your HTML for Accessibility issues simply by applying a stylesheet that makes use of advanced CSS selectors. |
File Size | 124 KB |
Installation Count | 1,162 |
Current Version | 1.3 |
Last Updated | 2017-03-27 |
Publish Date | 2017-03-27 |
Rating | 5.00/5 Total 7 Ratings |
Developer | iaderinokun |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ireade/alix |
Help Page URL | https://github.com/ireade/alix |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Alix for Chrome", "short_name": "Alix", "description": "Alix allows you to lint your HTML for Accessibility issues simply by applying a stylesheet that makes use of advanced CSS selectors.", "version": "1.3", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "Toggle Alix", "default_popup": "popup\/index.html", "default_icon": { "19": "images\/toolbar-chrome.png", "38": "images\/[email protected]" } }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "web_accessible_resources": [ "a11y.css\/a11y-en_advice.css", "a11y.css\/a11y-en_error.css", "a11y.css\/a11y-en_obsolete.css", "a11y.css\/a11y-en_warning.css", "a11y.css\/a11y-fr_advice.css", "a11y.css\/a11y-fr_error.css", "a11y.css\/a11y-fr_obsolete.css", "a11y.css\/a11y-fr_warning.css" ] } |