A11y Scripts
Execute A11y scripts by clicking a button.
Wat is A11y Scripts?
A11y Scripts is een Chrome-extensie ontwikkeld door Kevin Murphy, en de belangrijkste functie is "Execute A11y scripts by clicking a button.".
Extensie Screenshots
Download het CRX-bestand van de extensie A11y Scripts
Download A11y Scripts-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
Adds quick buttons for injecting JavaScript for accessibility (A11y) testing, including ANDI, Tota11y, and more. Basisinformatie over de Extensie
| Naam | |
| ID | mdcjdabhhipgieonoompnccaohldjfkj |
| Officiële URL | https://chromewebstore.google.com/detail/a11y-scripts/mdcjdabhhipgieonoompnccaohldjfkj |
| Beschrijving | Execute A11y scripts by clicking a button. |
| Bestandsgrootte | 26.83 KB |
| Aantal Installaties | 129 |
| Huidige Versie | 1.01 |
| Laatst Bijgewerkt | 2018-11-22 |
| Publicatiedatum | 2018-11-22 |
| Ontwikkelaar | Kevin Murphy |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "A11y Scripts",
"description": "Execute A11y scripts by clicking a button.",
"version": "1.01",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "icons\/icon48.png",
"default_popup": "popup.html"
}
} | |