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 |
| 官方網址 | 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"
} | |