Color Contrast Checker

Section 508 - Testing Web Content Accessibility

Что такое Color Contrast Checker?

Color Contrast Checker - это расширение Chrome, разработанное 18 Clans, и его основная функция - "Section 508 - Testing Web Content Accessibility".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Color Contrast Checker

Скачайте файлы расширений Color Contrast Checker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Test your web content to make sure the luminosity ratio meets WCAG 2.0 level AA and AAA.                    

Основная информация о расширении

Название Color Contrast Checker Color Contrast Checker
ID jibccbkkepidahndjomdfbmbnfappopf
Официальный URL https://chromewebstore.google.com/detail/color-contrast-checker/jibccbkkepidahndjomdfbmbnfappopf
Описание Section 508 - Testing Web Content Accessibility
Размер файла 131 KB
Количество установок 1,749
Текущая Версия 0.0.1
Последнее Обновление 2017-05-12
Дата публикации 2017-05-12
Рейтинг 3.50/5 Всего 2 оценок
Разработчик 18 Clans
Тип оплаты free
Официальный сайт расширения https://18clansgames.wordpress.com/2017/05/12/color-contrast-checker
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Contrast Checker",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Section 508 - Testing Web Content Accessibility",
    "minimum_chrome_version": "49",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_title": "Color Contrast Checker",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "inc\/jquery-2.1.0.min.js",
        "inc\/jquery.scrollstop.js",
        "edropper2.js",
        "inject\/anchor-cursor-default.css",
        "inject\/anchor-cursor-crosshair.css",
        "inject\/edropper2.css"
    ]
}