Access Log
This extension will log the Accessbility Issues.
What is Access Log?
Access Log is a Chrome extension developed by Venkatraman, and its main feature is "This extension will log the Accessbility Issues.".
Extension Screenshots
Download Access Log Extension CRX File
Download Access Log extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | foioongmhbfjnmiljihjgbkkaggodfao |
Official URL | https://chrome.google.com/webstore/detail/access-log/foioongmhbfjnmiljihjgbkkaggodfao |
Description | This extension will log the Accessbility Issues. |
File Size | 11.53 KB |
Installation Count | 13 |
Current Version | 0.11 |
Last Updated | 2014-04-22 |
Publish Date | 2014-04-22 |
Rating | 4.00/5 Total 5 Ratings |
Developer | Venkatraman |
Payment Type | free |
Extension Website | https://github.com/ramsunvtech/Chrome.AccessLog |
Supported Languages | 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" ] } |