Access Log
This extension will log the Accessbility Issues.
Access Log là gì?
Access Log là một tiện ích mở rộng Chrome được phát triển bởi Venkatraman, và tính năng chính của nó là "This extension will log the Accessbility Issues.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Access Log
Tải xuống các tệp mở rộng Access Log dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | foioongmhbfjnmiljihjgbkkaggodfao |
URL Chính Thức | https://chrome.google.com/webstore/detail/access-log/foioongmhbfjnmiljihjgbkkaggodfao |
Mô tả | This extension will log the Accessbility Issues. |
Kích Thước Tệp | 11.53 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 0.11 |
Cập Nhật Lần Cuối | 2014-04-22 |
Ngày Phát Hành | 2014-04-22 |
Đánh Giá | 4.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Venkatraman |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ramsunvtech/Chrome.AccessLog |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |