Dyslexia
Help you to read fluently
Dyslexia là gì?
Dyslexia là một tiện ích mở rộng Chrome được phát triển bởi WangLiang, và tính năng chính của nó là "Help you to read fluently".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dyslexia
Tải xuống các tệp mở rộng Dyslexia dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hocikkbhhnohmdfcoljccffnggiaaodl |
URL Chính Thức | https://chrome.google.com/webstore/detail/dyslexia/hocikkbhhnohmdfcoljccffnggiaaodl |
Mô tả | Help you to read fluently |
Kích Thước Tệp | 85.88 KB |
Số Lần Cài Đặt | 58 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2017-03-24 |
Ngày Phát Hành | 2017-03-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | WangLiang |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/wl879/Chrome_Dyslexia_Extension |
URL Trang Trợ Giúp | https://github.com/wl879/Chrome_Dyslexia_Extension/issues |
URL Trang Chính Sách Bảo Mật | http://weibo.com/p/1005052216302441/home |
Ngôn Ngữ Được Hỗ Trợ | 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" } |