Dyslex
dyslexia aid
Wat is Dyslex?
Dyslex is een Chrome-extensie ontwikkeld door patrickschloesser, en de belangrijkste functie is "dyslexia aid ".
Extensie Screenshots
Download het CRX-bestand van de extensie Dyslex
Download Dyslex-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
Dyslex is a google extension to make navigating the web easier! Whether you have dyslexia, ADHD, or just find the format of pages undesirable, dyslexic will let you change the organization of the text on any page to your liking.
Basisinformatie over de Extensie
Naam | |
ID | geamcicnokmmpmmjjfjghmjienhlkkjc |
Officiële URL | https://chrome.google.com/webstore/detail/geamcicnokmmpmmjjfjghmjienhlkkjc |
Beschrijving | dyslexia aid |
Bestandsgrootte | 75.8 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-09-24 |
Publicatiedatum | 2018-09-24 |
Ontwikkelaar | patrickschloesser |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dyslex", "description": "dyslexia aid ", "version": "1.1", "permissions": [ "activeTab", "tabs", "declarativeContent", "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/d.png", "32": "images\/d.png", "48": "images\/d.png", "128": "images\/d.png" } }, "icons": { "16": "images\/d.png", "32": "images\/d.png", "48": "images\/d.png", "128": "images\/d.png" }, "background": { "scripts": [ "content.js", "popup.js" ], "persistent": true } } |