FlowRead

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

Co to jest FlowRead?

FlowRead to rozszerzenie Chrome opracowane przez Gloablike, a jego główną funkcją jest „Flow with the page as your read while the content is being automatically scrolled for you”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FlowRead

Pobierz pliki rozszerzeń FlowRead w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa FlowRead FlowRead
ID lnkijijhilfpgfdfglidfdgbpaeihamb
Oficjalny URL https://chrome.google.com/webstore/detail/flowread/lnkijijhilfpgfdfglidfdgbpaeihamb
Opis Flow with the page as your read while the content is being automatically scrolled for you
Rozmiar pliku 12.51 KB
Liczba instalacji 4,771
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2015-05-22
Data Publikacji 2015-05-22
Ocena 4.25/5 Łącznie 8 Oceny
Deweloper Gloablike
Typ Płatności free
Obsługiwane Języki 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
}