Access Log

This extension will log the Accessbility Issues.

什麼是Access Log?

Access Log是由Venkatraman開發的Chrome擴展程式,該擴展的主要功能是“This extension will log the Accessbility Issues.”。

擴展截圖

screenshot

下載Access Log擴展crx文件

下載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
官方網址 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"
    ]
}