Access Log
This extension will log the Accessbility Issues.
Wat is Access Log?
Access Log is een Chrome-extensie ontwikkeld door Venkatraman, en de belangrijkste functie is "This extension will log the Accessbility Issues.".
Extensie Screenshots
Download het CRX-bestand van de extensie Access Log
Download Access Log-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | foioongmhbfjnmiljihjgbkkaggodfao |
Officiële URL | https://chrome.google.com/webstore/detail/access-log/foioongmhbfjnmiljihjgbkkaggodfao |
Beschrijving | This extension will log the Accessbility Issues. |
Bestandsgrootte | 11.53 KB |
Aantal Installaties | 13 |
Huidige Versie | 0.11 |
Laatst Bijgewerkt | 2014-04-22 |
Publicatiedatum | 2014-04-22 |
Beoordeling | 4.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Venkatraman |
Betalingswijze | free |
Extensiewebsite | https://github.com/ramsunvtech/Chrome.AccessLog |
Ondersteunde Talen | 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" ] } |