Reading Time
Read smart. Tells you how long a webpage takes to read.
Apa itu Reading Time?
Reading Time adalah ekstensi Chrome yang dikembangkan oleh Oscar de Dios, dan fitur utamanya adalah "Read smart. Tells you how long a webpage takes to read.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reading Time
Unduh file ekstensi Reading Time 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
This extension calculates the time for reading an article. It uses calls to www.diffbot.com to only take in account the real content, it doesn't count words of adds , comments, etc. In the options page you can change the speed reading. You can activate too the "Automatically Load" mode. This mode reads in background every page you visit and if the time for reading is greater than three minutes it shows you this time. In this mode the extensions do a call to diffbot.com for every page you visit.
Informasi Dasar Ekstensi
Nama | Reading Time |
ID | afkinjejdkdhjmclmmhaegfhbdcoohdg |
URL Resmi | https://chromewebstore.google.com/detail/reading-time/afkinjejdkdhjmclmmhaegfhbdcoohdg |
Deskripsi | Read smart. Tells you how long a webpage takes to read. |
Ukuran File | 161 KB |
Jumlah Instalasi | 139 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2014-05-26 |
Tanggal Publikasi | 2014-05-26 |
Penilaian | 3.11/5 Total 9 Penilaian |
Pengembang | Oscar de Dios |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.noteboardapp.com/policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reading Time", "manifest_version": 2, "version": "1.0.5", "short_name": "Reading Time", "icons": { "48": "book.png" }, "description": "Read smart. Tells you how long a webpage takes to read.", "background": { "page": "background.html" }, "browser_action": { "default_title": "Reading Time", "default_icon": "book.png" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "options_page": "options.html", "web_accessible_resources": [ "img\/ajax-loader.gif" ] } |