Access Log

This extension will log the Accessbility Issues.

Vad är Access Log?

Access Log är en Chrome-tillägg utvecklad av Venkatraman, och dess huvudfunktion är "This extension will log the Accessbility Issues.".

Tilläggsskärmbilder

screenshot

Ladda ner Access Log-förlängningens CRX-fil

Ladda ner Access Log-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Access Log Access Log
ID foioongmhbfjnmiljihjgbkkaggodfao
Officiell webbadress https://chrome.google.com/webstore/detail/access-log/foioongmhbfjnmiljihjgbkkaggodfao
Beskrivning This extension will log the Accessbility Issues.
Filstorlek 11.53 KB
Antal Installationer 13
Aktuell Version 0.11
Senast Uppdaterad 2014-04-22
Publiceringsdatum 2014-04-22
Betyg 4.00/5 Totalt 5 Betyg
Utvecklare Venkatraman
Betalningssätt free
Tilläggswebbplats https://github.com/ramsunvtech/Chrome.AccessLog
Stödda Språk 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"
    ]
}