Colorblind accessibility extension
A simple browser extension to notify websites of your accessibility requirements.
Vad är Colorblind accessibility extension?
Colorblind accessibility extension är en Chrome-tillägg utvecklad av rainforestqa, och dess huvudfunktion är "A simple browser extension to notify websites of your accessibility requirements.".
Ladda ner Colorblind accessibility extension-förlängningens CRX-fil
Ladda ner Colorblind accessibility extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Adds a colorblind class to every webpage you visit, so that developers can design for your specific needs. Grundläggande Information om Tillägg
| Namn | |
| ID | glonfoenllnnmaldbmllddheaenpamlp |
| Officiell webbadress | https://chrome.google.com/webstore/detail/colorblind-accessibility/glonfoenllnnmaldbmllddheaenpamlp |
| Beskrivning | A simple browser extension to notify websites of your accessibility requirements. |
| Filstorlek | 4.55 KB |
| Antal Installationer | 58 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2014-07-14 |
| Publiceringsdatum | 2014-07-14 |
| Utvecklare | rainforestqa |
| Betalningssätt | free |
| Stödda Språk | 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"
}
]
} | |