Ally-Oop Accessibility Tools
A few simple tools for use in testing website accessibility.
Wat is Ally-Oop Accessibility Tools?
Ally-Oop Accessibility Tools is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "A few simple tools for use in testing website accessibility.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ally-Oop Accessibility Tools
Download Ally-Oop Accessibility Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A set of small page accessibility testing tools - greyscale the page, disable all CSS, remove all graphics, remove all videos and iframes.
Basisinformatie over de Extensie
Naam | Ally-Oop Accessibility Tools |
ID | mipgcghjijohndelfefkmbedjbipinah |
Officiële URL | https://chromewebstore.google.com/detail/ally-oop-accessibility-to/mipgcghjijohndelfefkmbedjbipinah |
Beschrijving | A few simple tools for use in testing website accessibility. |
Bestandsgrootte | 22.17 KB |
Aantal Installaties | 33 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2020-12-10 |
Publicatiedatum | 2020-11-25 |
Ontwikkelaar | [email protected] |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/wa-rren-dev/a11y-oop-chromium/ |
Help Pagina-URL | https://github.com/wa-rren-dev/a11y-oop-chromium/issues |
Ondersteunde Talen | 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 } |