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.
Hvad er Alix for Chrome?
Alix for Chrome er en Chrome-udvidelse udviklet af iaderinokun, og dens hovedfunktion er "Alix allows you to lint your HTML for Accessibility issues simply by applying a stylesheet that makes use of advanced CSS selectors.".
Udvidelsesskærmbilleder
Download Alix for Chrome-udvidelses-CRX-fil
Download Alix for Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Alix for Chrome |
ID | aepmadgjacfjcneccddiccnkbpimobge |
Officiel URL | https://chromewebstore.google.com/detail/alix-for-chrome/aepmadgjacfjcneccddiccnkbpimobge |
Beskrivelse | Alix allows you to lint your HTML for Accessibility issues simply by applying a stylesheet that makes use of advanced CSS selectors. |
Filstørrelse | 124 KB |
Antal Installationer | 1,162 |
Nuværende Version | 1.3 |
Senest Opdateret | 2017-03-27 |
Udgivelsesdato | 2017-03-27 |
Bedømmelse | 5.00/5 Samlet 7 Bedømmelser |
Udvikler | iaderinokun |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/ireade/alix |
Hjælpeside-URL | https://github.com/ireade/alix |
Understøttede Sprog | 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" ] } |