Access Log

This extension will log the Accessbility Issues.

Access Logคืออะไร?

Access Log เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Venkatraman และคุณลักษณะหลักของมันคือ "This extension will log the Accessbility Issues."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Access Log

ดาวน์โหลดไฟล์ส่วนขยาย Access Log ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This plugin will find all the following issues.

Missed 'alt' attribute in 'img' Tag.
Missed 'scope' attribute in 'table' Tag.
Missed 'for' attribute in 'label' Tag.
Missed 'title' attribute in 'a' Tag.
Missed 'href' attribute in 'a' Tag.
Missed 'title' attribute in 'iframe' Tag.
Empty 'href' attribute in 'a' Tag.
The "label's" attribute for attribute is pointed to valid form field.
Check Only one 'h1' Tag is exist.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Access Log Access Log
ID foioongmhbfjnmiljihjgbkkaggodfao
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/access-log/foioongmhbfjnmiljihjgbkkaggodfao
คำอธิบาย This extension will log the Accessbility Issues.
ขนาดไฟล์ 11.53 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 0.11
อัปเดตครั้งล่าสุด 2014-04-22
วันที่เผยแพร่ 2014-04-22
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Venkatraman
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ramsunvtech/Chrome.AccessLog
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Access Log",
    "version": "0.11",
    "description": "This extension will log the Accessbility Issues.",
    "author": "Venkatraman Ramamoorthy",
    "icons": {
        "16": "alog.png",
        "48": "alog-48.png",
        "128": "alog-128.png"
    },
    "browser_action": {
        "default_icon": "alog.png",
        "default_title": "Accessbility Log"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "destroyUser.js"
    ]
}