Ally-Oop Accessibility Tools
A few simple tools for use in testing website accessibility.
What is Ally-Oop Accessibility Tools?
Ally-Oop Accessibility Tools is a Chrome extension developed by [email protected], and its main feature is "A few simple tools for use in testing website accessibility.".
Extension Screenshots
Download Ally-Oop Accessibility Tools Extension CRX File
Download Ally-Oop Accessibility 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
A set of small page accessibility testing tools - greyscale the page, disable all CSS, remove all graphics, remove all videos and iframes.
Extension Basic Information
Name | Ally-Oop Accessibility Tools |
ID | mipgcghjijohndelfefkmbedjbipinah |
Official URL | https://chromewebstore.google.com/detail/ally-oop-accessibility-to/mipgcghjijohndelfefkmbedjbipinah |
Description | A few simple tools for use in testing website accessibility. |
File Size | 22.17 KB |
Installation Count | 33 |
Current Version | 0.1.2 |
Last Updated | 2020-12-10 |
Publish Date | 2020-11-25 |
Developer | [email protected] |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/wa-rren-dev/a11y-oop-chromium/ |
Help Page URL | https://github.com/wa-rren-dev/a11y-oop-chromium/issues |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ally-Oop Accessibility Tools", "description": "A few simple tools for use in testing website accessibility.", "version": "0.1.2", "browser_action": { "default_title": "Open accessibility tools", "default_icon": "icon.png", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "content\/content.css" ], "js": [ "content\/content.js" ] } ], "manifest_version": 2 } |