FlowRead
Flow with the page as your read while the content is being automatically scrolled for you
Apa itu FlowRead?
FlowRead adalah ekstensi Chrome yang dikembangkan oleh Gloablike, dan fitur utamanya adalah "Flow with the page as your read while the content is being automatically scrolled for you".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FlowRead
Unduh file ekstensi FlowRead dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | lnkijijhilfpgfdfglidfdgbpaeihamb |
URL Resmi | https://chrome.google.com/webstore/detail/flowread/lnkijijhilfpgfdfglidfdgbpaeihamb |
Deskripsi | Flow with the page as your read while the content is being automatically scrolled for you |
Ukuran File | 12.51 KB |
Jumlah Instalasi | 4,771 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2015-05-22 |
Tanggal Publikasi | 2015-05-22 |
Penilaian | 4.25/5 Total 8 Penilaian |
Pengembang | Gloablike |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |