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