Ally-Oop Accessibility Tools
A few simple tools for use in testing website accessibility.
Was ist Ally-Oop Accessibility Tools?
Ally-Oop Accessibility Tools ist eine Chrome-Erweiterung, die von [email protected] entwickelt wurde, und ihr Hauptmerkmal ist "A few simple tools for use in testing website accessibility.".
Erweiterungsscreenshots
Ally-Oop Accessibility Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ally-Oop Accessibility Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A set of small page accessibility testing tools - greyscale the page, disable all CSS, remove all graphics, remove all videos and iframes.
Grundlegende Informationen zur Erweiterung
Name | Ally-Oop Accessibility Tools |
ID | mipgcghjijohndelfefkmbedjbipinah |
Offizielle URL | https://chromewebstore.google.com/detail/ally-oop-accessibility-to/mipgcghjijohndelfefkmbedjbipinah |
Beschreibung | A few simple tools for use in testing website accessibility. |
Dateigröße | 22.17 KB |
Installationsanzahl | 33 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2020-12-10 |
Veröffentlichungsdatum | 2020-11-25 |
Entwickler | [email protected] |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/wa-rren-dev/a11y-oop-chromium/ |
Hilfeseite URL | https://github.com/wa-rren-dev/a11y-oop-chromium/issues |
Unterstützte Sprachen | 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 } |