Dyslexia
Help you to read fluently
Dyslexia क्या है?
Dyslexia WangLiang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Help you to read fluently"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dyslexia एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | https://github.com/wl879/Chrome_Dyslexia_Extension/issues |
गोपनीयता नीति पृष्ठ URL | 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" } |