FlowRead

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

Vad är FlowRead?

FlowRead är en Chrome-tillägg utvecklad av Gloablike, och dess huvudfunktion är "Flow with the page as your read while the content is being automatically scrolled for you".

Tilläggsskärmbilder

screenshot

Ladda ner FlowRead-förlängningens CRX-fil

Ladda ner FlowRead-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn FlowRead FlowRead
ID lnkijijhilfpgfdfglidfdgbpaeihamb
Officiell webbadress https://chrome.google.com/webstore/detail/flowread/lnkijijhilfpgfdfglidfdgbpaeihamb
Beskrivning Flow with the page as your read while the content is being automatically scrolled for you
Filstorlek 12.51 KB
Antal Installationer 4,771
Aktuell Version 0.1
Senast Uppdaterad 2015-05-22
Publiceringsdatum 2015-05-22
Betyg 4.25/5 Totalt 8 Betyg
Utvecklare Gloablike
Betalningssätt free
Stödda Språk 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
}