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 هو إضافة Chrome تم تطويرها بواسطة iaderinokun، والميزة الرئيسية لها هي "Alix allows you to lint your HTML for Accessibility issues simply by applying a stylesheet that makes use of advanced CSS selectors.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Alix for Chrome

قم بتنزيل ملفات الامتداد Alix for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/ireade/alix
عنوان صفحة المساعدة 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"
    ]
}