Access Log

This extension will log the Accessbility Issues.

Co to jest Access Log?

Access Log to rozszerzenie Chrome opracowane przez Venkatraman, a jego główną funkcją jest „This extension will log the Accessbility Issues.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Access Log

Pobierz pliki rozszerzeń Access Log w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Access Log Access Log
ID foioongmhbfjnmiljihjgbkkaggodfao
Oficjalny URL https://chrome.google.com/webstore/detail/access-log/foioongmhbfjnmiljihjgbkkaggodfao
Opis This extension will log the Accessbility Issues.
Rozmiar pliku 11.53 KB
Liczba instalacji 13
Aktualna Wersja 0.11
Ostatnia Aktualizacja 2014-04-22
Data Publikacji 2014-04-22
Ocena 4.00/5 Łącznie 5 Oceny
Deweloper Venkatraman
Typ Płatności free
Strona Rozszerzenia https://github.com/ramsunvtech/Chrome.AccessLog
Obsługiwane Języki 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"
    ]
}