Readsy

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

Readsy là gì?

Readsy là một tiện ích mở rộng Chrome được phát triển bởi http://readsy.net, và tính năng chính của nó là "Bring embedded speed reading to any website by double clicking the text".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Readsy

Tải xuống các tệp mở rộng Readsy 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Readsy Readsy
ID nfgdmhanmkceplncfimjockmegfbaooa
URL Chính Thức https://chrome.google.com/webstore/detail/readsy/nfgdmhanmkceplncfimjockmegfbaooa
Mô tả Bring embedded speed reading to any website by double clicking the text
Kích Thước Tệp 32.3 KB
Số Lần Cài Đặt 934
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-11-19
Ngày Phát Hành 2014-11-19
Đánh Giá 4.44/5 Tổng số 18 Đánh Giá
Nhà Phát Triển http://readsy.net
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}