Readsy

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

Readsyとは何ですか?

Readsyはhttp://readsy.netによって開発されたChromeの拡張機能で、その主な機能は「Bring embedded speed reading to any website by double clicking the text」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Readsy拡張機能のCRXファイルをダウンロード

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"
            ]
        }
    ]
}