Readsy

Bring embedded speed reading to any website by double clicking the text

Readsyคืออะไร?

Readsy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://readsy.net และคุณลักษณะหลักของมันคือ "Bring embedded speed reading to any website by double clicking the text"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Readsy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Readsy is an extension for Chrome that brings embedded speed reading to any website by just a double clicking the text you want to read.

Other speed reading extensions are cumbersome and ruin your natural flow by having to manually selecting the text and reading in a separate window. 

With Readsy just double click the paragraph you want to start at, then read right there within the page itself! Readsy will capture the remaining text of the article, chapter, section, etc for you.

Features:

* Speed read embedded into every website

* Character highlighting and eye-line-guide

* Extra pauses for punctuation and longer words

* Option to require ALT key + double click before appearing

* Custom input popup to speed read content not on the web                    

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

ชื่อ Readsy Readsy
ID nfgdmhanmkceplncfimjockmegfbaooa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/readsy/nfgdmhanmkceplncfimjockmegfbaooa
คำอธิบาย Bring embedded speed reading to any website by double clicking the text
ขนาดไฟล์ 32.3 KB
จำนวนการติดตั้ง 934
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2014-11-19
วันที่เผยแพร่ 2014-11-19
คะแนน 4.44/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา http://readsy.net
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Readsy",
    "description": "Bring embedded speed reading to any website by double clicking the text",
    "version": "1.0.2",
    "homepage_url": "http:\/\/readsy.net",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "readsy.css"
            ],
            "js": [
                "readsy_app.js",
                "readsy.js"
            ]
        }
    ]
}