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