Dyslexia
Help you to read fluently
ما هو Dyslexia؟
Dyslexia هو إضافة Chrome تم تطويرها بواسطة WangLiang، والميزة الرئيسية لها هي "Help you to read fluently".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dyslexia
قم بتنزيل ملفات الامتداد Dyslexia بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | hocikkbhhnohmdfcoljccffnggiaaodl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/dyslexia/hocikkbhhnohmdfcoljccffnggiaaodl |
الوصف | Help you to read fluently |
حجم الملف | 85.88 KB |
عدد التثبيتات | 58 |
النسخة الحالية | 2.0.1 |
آخر تحديث | 2017-03-24 |
تاريخ النشر | 2017-03-24 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | WangLiang |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/wl879/Chrome_Dyslexia_Extension |
عنوان صفحة المساعدة | https://github.com/wl879/Chrome_Dyslexia_Extension/issues |
عنوان صفحة سياسة الخصوصية | http://weibo.com/p/1005052216302441/home |
اللغات المدعومة | 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" } |