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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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