Colorblind accessibility extension
A simple browser extension to notify websites of your accessibility requirements.
Wat is Colorblind accessibility extension?
Colorblind accessibility extension is een Chrome-extensie ontwikkeld door rainforestqa, en de belangrijkste functie is "A simple browser extension to notify websites of your accessibility requirements.".
Download het CRX-bestand van de extensie Colorblind accessibility extension
Download Colorblind accessibility extension-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 a colorblind class to every webpage you visit, so that developers can design for your specific needs. Basisinformatie over de Extensie
| Naam | |
| ID | glonfoenllnnmaldbmllddheaenpamlp |
| Officiële URL | https://chrome.google.com/webstore/detail/colorblind-accessibility/glonfoenllnnmaldbmllddheaenpamlp |
| Beschrijving | A simple browser extension to notify websites of your accessibility requirements. |
| Bestandsgrootte | 4.55 KB |
| Aantal Installaties | 58 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2014-07-14 |
| Publicatiedatum | 2014-07-14 |
| Ontwikkelaar | rainforestqa |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Colorblind accessibility extension",
"version": "0.0.1",
"manifest_version": 2,
"description": "A simple browser extension to notify websites of your accessibility requirements.",
"homepage_url": "https:\/\/github.com\/rainforestapp\/accessibility",
"default_locale": "en",
"options_page": "src\/options\/index.html",
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"src\/inject\/inject.js"
],
"run_at": "document_start"
}
]
} | |