Accessibility Developer Tools
(Deprecated.) Accessibility audit and element properties.
What is Accessibility Developer Tools?
Accessibility Developer Tools is a Chrome extension developed by Google Accessibility, and its main feature is "(Deprecated.) Accessibility audit and element properties.".
Extension Screenshots
Download Accessibility Developer Tools Extension CRX File
Download Accessibility Developer Tools 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 extension is deprecated, and will be removed from the Chrome Web Store at a future date. As an alternative to the functionality provided by this extension, please check out the built-in Accessibility audits in the Lighthouse Audits panel in Chrome DevTools, the new accessibility debugging tools in the Elements panel, and/or the the aXe extension by Deque Systems.
Extension Basic Information
Name | |
ID | fpkknkljclfencbdbgkenhalefipecmb |
Official URL | https://chrome.google.com/webstore/detail/accessibility-developer-t/fpkknkljclfencbdbgkenhalefipecmb |
Description | (Deprecated.) Accessibility audit and element properties. |
File Size | 58.83 KB |
Installation Count | 57,174 |
Current Version | 3.0.1 |
Last Updated | 2018-03-04 |
Publish Date | 2018-03-04 |
Rating | 4.10/5 Total 143 Ratings |
Developer | Google Accessibility |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "3.0.1", "description": "(Deprecated.) Accessibility audit and element properties.", "default_locale": "en", "icons": { "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "devtools_page": "devtools.html", "permissions": [ "experimental", "tabs", "webNavigation", "storage", " |