FlowRead

Flow with the page as your read while the content is being automatically scrolled for you

Was ist FlowRead?

FlowRead ist eine Chrome-Erweiterung, die von Gloablike entwickelt wurde, und ihr Hauptmerkmal ist "Flow with the page as your read while the content is being automatically scrolled for you".

Erweiterungsscreenshots

screenshot

FlowRead-Erweiterungs-CRX-Datei herunterladen

Laden Sie FlowRead-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Need a hands-free reading experience? This extension will allow reading of any page while the content is being automatically scrolled down as you read. Great accessibility tool for handicaps.                    

Grundlegende Informationen zur Erweiterung

Name FlowRead FlowRead
ID lnkijijhilfpgfdfglidfdgbpaeihamb
Offizielle URL https://chrome.google.com/webstore/detail/flowread/lnkijijhilfpgfdfglidfdgbpaeihamb
Beschreibung Flow with the page as your read while the content is being automatically scrolled for you
Dateigröße 12.51 KB
Installationsanzahl 4,771
Aktuelle Version 0.1
Letztes Update 2015-05-22
Veröffentlichungsdatum 2015-05-22
Bewertung 4.25/5 Insgesamt 8 Bewertungen
Entwickler Gloablike
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "FlowRead"
    },
    "name": "FlowRead",
    "description": "Flow with the page as your read while the content is being automatically scrolled for you",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}