Dyslexia
Help you to read fluently
Was ist Dyslexia?
Dyslexia ist eine Chrome-Erweiterung, die von WangLiang entwickelt wurde, und ihr Hauptmerkmal ist "Help you to read fluently".
Erweiterungsscreenshots
Dyslexia-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dyslexia-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
Help you to read fluently! This update simplifies the operation logic: 1. Enter read mode, you just need to remember double-click the article (can be set to double-click, three-click, four-click). 2. Delete click icon and right click operation. 3. Add a blacklist, the blacklist of sites will not load the extension.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hocikkbhhnohmdfcoljccffnggiaaodl |
Offizielle URL | https://chrome.google.com/webstore/detail/dyslexia/hocikkbhhnohmdfcoljccffnggiaaodl |
Beschreibung | Help you to read fluently |
Dateigröße | 85.88 KB |
Installationsanzahl | 58 |
Aktuelle Version | 2.0.1 |
Letztes Update | 2017-03-24 |
Veröffentlichungsdatum | 2017-03-24 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | WangLiang |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/wl879/Chrome_Dyslexia_Extension |
Hilfeseite URL | https://github.com/wl879/Chrome_Dyslexia_Extension/issues |
URL der Datenschutzrichtlinien-Seite | http://weibo.com/p/1005052216302441/home |
Unterstützte Sprachen | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_title__", "short_name": "Dyslexia", "description": "__MSG_desc__", "version": "2.0.1", "background": { "scripts": [ "script\/sdk\/server.js", "script\/background\/main.js" ] }, "content_scripts": [ { "js": [ "script\/sdk\/app.js" ], "matches": [ "*:\/\/*\/*" ] } ], "browser_action": { "default_title": "Dyslexia \u9605\u8bfb\u969c\u788d", "default_icon": { "128": "iconx256.png" } }, "options_page": "setting.html", "web_accessible_resources": [ "*" ], "permissions": [ "*:\/\/*\/*", "storage", "tts", "ttsEngine", "tabs" ], "default_locale": "en", "icons": { "16": "iconx16.png", "48": "iconx48.png", "128": "iconx128.png" }, "manifest_version": 2, "minimum_chrome_version": "50" } |