Read Time Estimator

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

Vad är Read Time Estimator?

Read Time Estimator är en Chrome-tillägg utvecklad av https://bashvlas.com, och dess huvudfunktion är "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Read Time Estimator-förlängningens CRX-fil

Ladda ner Read Time Estimator-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

                        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.                    

Grundläggande Information om Tillägg

Namn Read Time Estimator Read Time Estimator
ID dbkmhaamlapkjabaieclhlofhnaoccmb
Officiell webbadress https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb
Beskrivning Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
Filstorlek 12.08 KB
Antal Installationer 5,339
Aktuell Version 1.1.5
Senast Uppdaterad 2020-03-25
Publiceringsdatum 2020-03-25
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://bashvlas.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/copycurate/privacy-policy
Stödda Språk 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"
    ]
}