Readsy

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

Qu'est-ce que Readsy ?

Readsy est une extension Chrome développée par http://readsy.net, et sa fonction principale est "Bring embedded speed reading to any website by double clicking the text".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Readsy

Téléchargez les fichiers d'extension Readsy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Readsy Readsy
ID nfgdmhanmkceplncfimjockmegfbaooa
URL Officiel https://chrome.google.com/webstore/detail/readsy/nfgdmhanmkceplncfimjockmegfbaooa
Description Bring embedded speed reading to any website by double clicking the text
Taille du Fichier 32.3 KB
Nombre d'Installations 934
Version Actuelle 1.0.2
Dernière Mise à Jour 2014-11-19
Date de Publication 2014-11-19
Évaluation 4.44/5 Total 18 Évaluations
Développeur http://readsy.net
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}