Dyslexia
Help you to read fluently
Vad är Dyslexia?
Dyslexia är en Chrome-tillägg utvecklad av WangLiang, och dess huvudfunktion är "Help you to read fluently".
Tilläggsskärmbilder
Ladda ner Dyslexia-förlängningens CRX-fil
Ladda ner Dyslexia-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
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.
Grundläggande Information om Tillägg
Namn | |
ID | hocikkbhhnohmdfcoljccffnggiaaodl |
Officiell webbadress | https://chrome.google.com/webstore/detail/dyslexia/hocikkbhhnohmdfcoljccffnggiaaodl |
Beskrivning | Help you to read fluently |
Filstorlek | 85.88 KB |
Antal Installationer | 58 |
Aktuell Version | 2.0.1 |
Senast Uppdaterad | 2017-03-24 |
Publiceringsdatum | 2017-03-24 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | WangLiang |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/wl879/Chrome_Dyslexia_Extension |
Hjälpsida URL | https://github.com/wl879/Chrome_Dyslexia_Extension/issues |
URL till Sekretesspolicy Sidan | http://weibo.com/p/1005052216302441/home |
Stödda Språk | 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" } |