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.

Vad är Alix for Chrome?

Alix for Chrome är en Chrome-tillägg utvecklad av iaderinokun, och dess huvudfunktion är "Alix allows you to lint your HTML for Accessibility issues simply by applying a stylesheet that makes use of advanced CSS selectors.".

Tilläggsskärmbilder

screenshot

Ladda ner Alix for Chrome-förlängningens CRX-fil

Ladda ner Alix for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Alix for Chrome Alix for Chrome
ID aepmadgjacfjcneccddiccnkbpimobge
Officiell webbadress https://chromewebstore.google.com/detail/alix-for-chrome/aepmadgjacfjcneccddiccnkbpimobge
Beskrivning Alix allows you to lint your HTML for Accessibility issues simply by applying a stylesheet that makes use of advanced CSS selectors.
Filstorlek 124 KB
Antal Installationer 1,162
Aktuell Version 1.3
Senast Uppdaterad 2017-03-27
Publiceringsdatum 2017-03-27
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare iaderinokun
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ireade/alix
Hjälpsida URL https://github.com/ireade/alix
Stödda Språk 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"
    ]
}