Read Time Estimator

Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time

Apa itu Read Time Estimator?

Read Time Estimator adalah ekstensi Chrome yang dikembangkan oleh https://bashvlas.com, dan fitur utamanya adalah "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Read Time Estimator

Unduh file ekstensi Read Time Estimator 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 is a very simple chrome extension which allows you to estimate the amount of time it will take you to read a particular text. Select Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time.                    

Informasi Dasar Ekstensi

Nama Read Time Estimator Read Time Estimator
ID dbkmhaamlapkjabaieclhlofhnaoccmb
URL Resmi https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb
Deskripsi Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
Ukuran File 12.08 KB
Jumlah Instalasi 5,339
Versi Saat Ini 1.1.5
Terakhir Diperbarui 2020-03-25
Tanggal Publikasi 2020-03-25
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://bashvlas.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/copycurate/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read Time Estimator",
    "short_name": "Read Time Estimator",
    "description": "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time",
    "version": "1.1.5",
    "icons": {
        "128": "img\/document_clock.png",
        "16": "img\/small_clock.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}