Color Contrast Checker

Section 508 - Testing Web Content Accessibility

Color Contrast Checkerとは何ですか?

Color Contrast Checkerは18 Clansによって開発されたChromeの拡張機能で、その主な機能は「Section 508 - Testing Web Content Accessibility」です。

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

screenshot

Color Contrast Checker拡張機能のCRXファイルをダウンロード

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"
    ]
}