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.

Wat is Alix for Chrome?

Alix for Chrome is een Chrome-extensie ontwikkeld door iaderinokun, en de belangrijkste functie is "Alix allows you to lint your HTML for Accessibility issues simply by applying a stylesheet that makes use of advanced CSS selectors.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Alix for Chrome

Download Alix for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Alix for Chrome Alix for Chrome
ID aepmadgjacfjcneccddiccnkbpimobge
Officiële URL https://chromewebstore.google.com/detail/alix-for-chrome/aepmadgjacfjcneccddiccnkbpimobge
Beschrijving Alix allows you to lint your HTML for Accessibility issues simply by applying a stylesheet that makes use of advanced CSS selectors.
Bestandsgrootte 124 KB
Aantal Installaties 1,162
Huidige Versie 1.3
Laatst Bijgewerkt 2017-03-27
Publicatiedatum 2017-03-27
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar iaderinokun
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ireade/alix
Help Pagina-URL https://github.com/ireade/alix
Ondersteunde Talen 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"
    ]
}