Dyslexia

Help you to read fluently

Dyslexiaคืออะไร?

Dyslexia เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WangLiang และคุณลักษณะหลักของมันคือ "Help you to read fluently"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dyslexia

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dyslexia Dyslexia
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"
}