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 là gì?

Alix for Chrome là một tiện ích mở rộng Chrome được phát triển bởi iaderinokun, và tính năng chính của nó là "Alix allows you to lint your HTML for Accessibility issues simply by applying a stylesheet that makes use of advanced CSS selectors.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alix for Chrome

Tải xuống các tệp mở rộng Alix for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Alix for Chrome Alix for Chrome
ID aepmadgjacfjcneccddiccnkbpimobge
URL Chính Thức https://chromewebstore.google.com/detail/alix-for-chrome/aepmadgjacfjcneccddiccnkbpimobge
Mô tả Alix allows you to lint your HTML for Accessibility issues simply by applying a stylesheet that makes use of advanced CSS selectors.
Kích Thước Tệp 124 KB
Số Lần Cài Đặt 1,162
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2017-03-27
Ngày Phát Hành 2017-03-27
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển iaderinokun
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ireade/alix
URL Trang Trợ Giúp https://github.com/ireade/alix
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}