Speed Reader
Improve your reading speed up to 4 times.
Apa itu Speed Reader?
Speed Reader adalah ekstensi Chrome yang dikembangkan oleh emiliorodriguez, dan fitur utamanya adalah "Improve your reading speed up to 4 times.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Speed Reader
Unduh file ekstensi Speed Reader 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
Read faster now! With this extension you can read long text in almost no time. You will see an improvement in your reading speed since the minute. - Average reading speed of an adult: 250 wpm (words per minute) - Initial reading speed with 'Speed Reader': 300 wpm - Reading speed after 3 weeks using 'Speed Reader': 500 wpm You can set your reading speed at any moment so you could increase it when you feel you are ready to go to the next step.
Informasi Dasar Ekstensi
Nama | Speed Reader |
ID | ilfodmgfnklehinlndjdjbmhndkhiand |
URL Resmi | https://chromewebstore.google.com/detail/speed-reader/ilfodmgfnklehinlndjdjbmhndkhiand |
Deskripsi | Improve your reading speed up to 4 times. |
Ukuran File | 14.75 KB |
Jumlah Instalasi | 6,269 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-03-03 |
Tanggal Publikasi | 2014-03-03 |
Penilaian | 3.18/5 Total 11 Penilaian |
Pengembang | emiliorodriguez |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speed Reader", "description": "Improve your reading speed up to 4 times.", "version": "1.0", "permissions": [ "contextMenus", "activeTab", "storage" ], "browser_action": { "default_icon": "icon16.png", "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |