Access Log

This extension will log the Accessbility Issues.

Was ist Access Log?

Access Log ist eine Chrome-Erweiterung, die von Venkatraman entwickelt wurde, und ihr Hauptmerkmal ist "This extension will log the Accessbility Issues.".

Erweiterungsscreenshots

screenshot

Access Log-Erweiterungs-CRX-Datei herunterladen

Laden Sie Access Log-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Access Log Access Log
ID foioongmhbfjnmiljihjgbkkaggodfao
Offizielle URL https://chrome.google.com/webstore/detail/access-log/foioongmhbfjnmiljihjgbkkaggodfao
Beschreibung This extension will log the Accessbility Issues.
Dateigröße 11.53 KB
Installationsanzahl 13
Aktuelle Version 0.11
Letztes Update 2014-04-22
Veröffentlichungsdatum 2014-04-22
Bewertung 4.00/5 Insgesamt 5 Bewertungen
Entwickler Venkatraman
Zahlungsart free
Erweiterungswebsite https://github.com/ramsunvtech/Chrome.AccessLog
Unterstützte Sprachen 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"
    ]
}