Dyslexia Extension
Making the web easier for people with Dyslexia
Was ist Dyslexia Extension?
Dyslexia Extension ist eine Chrome-Erweiterung, die von Merlin Guides entwickelt wurde, und ihr Hauptmerkmal ist "Making the web easier for people with Dyslexia".
Erweiterungsscreenshots
Dyslexia Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dyslexia Extension-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
Making the web easier for people with Dyslexia and helping show what browsing with Dyslexia is like. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jgkgailgjdefcllgbadjkjneobkfoopb |
| Offizielle URL | https://chrome.google.com/webstore/detail/dyslexia-extension/jgkgailgjdefcllgbadjkjneobkfoopb |
| Beschreibung | Making the web easier for people with Dyslexia |
| Dateigröße | 717 KB |
| Installationsanzahl | 484 |
| Aktuelle Version | 0.0.7 |
| Letztes Update | 2016-06-18 |
| Veröffentlichungsdatum | 2016-06-18 |
| Bewertung | 4.00/5 Insgesamt 5 Bewertungen |
| Entwickler | Merlin Guides |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.7",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"background",
"storage",
"tts"
],
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/contentscript.js"
],
"css": [
"styles\/autocharlie\/materialcontent.css",
"styles\/main.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "Dyslexia Extension"
},
"web_accessible_resources": [
"images\/Logo.png",
"images\/icon-16.png",
"images\/Header_Feedback.png",
"images\/Header_Close.png",
"images\/Header_Hamburger.png",
"images\/createCode.png",
"fonts\/LexieReadable-Bold.ttf",
"fonts\/LexieReadable-Regular.ttf",
"fonts\/Nisaba.ttf",
"fonts\/OpenDyslexic-Bold.otf",
"fonts\/OpenDyslexic-BoldItalic.otf",
"fonts\/OpenDyslexic-Italic.otf",
"fonts\/OpenDyslexic-Regular.otf",
"fonts\/OpenDyslexicAlta-Bold.otf",
"fonts\/OpenDyslexicAlta-BoldItalic.otf",
"fonts\/OpenDyslexicAlta-Italic.otf",
"fonts\/OpenDyslexicAlta-Regular.otf",
"fonts\/OpenDyslexicMono-Regular.otf",
"fonts\/DyslexicView.otf",
"helperscripts\/dyslexiasimulation.js",
"helperscripts\/jquery-2.2.2.min.js"
]
} | |