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