Dyslexia
Help you to read fluently
Dyslexiaとは何ですか?
DyslexiaはWangLiangによって開発されたChromeの拡張機能で、その主な機能は「Help you to read fluently」です。
拡張機能のスクリーンショット
Dyslexia拡張機能のCRXファイルをダウンロード
Dyslexia拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } |