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.

Alix for Chromeとは何ですか?

Alix for Chromeはiaderinokunによって開発されたChromeの拡張機能で、その主な機能は「Alix allows you to lint your HTML for Accessibility issues simply by applying a stylesheet that makes use of advanced CSS selectors.」です。

拡張機能のスクリーンショット

screenshot

Alix for Chrome拡張機能のCRXファイルをダウンロード

Alix for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Alix for Chrome Alix for Chrome
ID aepmadgjacfjcneccddiccnkbpimobge
公式URL https://chromewebstore.google.com/detail/alix-for-chrome/aepmadgjacfjcneccddiccnkbpimobge
説明 Alix allows you to lint your HTML for Accessibility issues simply by applying a stylesheet that makes use of advanced CSS selectors.
ファイルサイズ 124 KB
インストール数 1,162
現在のバージョン 1.3
最終更新日 2017-03-27
公開日 2017-03-27
評価 5.00/5 合計 7 レビュー
開発者 iaderinokun
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ireade/alix
ヘルプページのURL https://github.com/ireade/alix
対応言語 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"
    ]
}