Read Time Estimator
Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
Co to jest Read Time Estimator?
Read Time Estimator to rozszerzenie Chrome opracowane przez https://bashvlas.com, a jego główną funkcją jest „Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Read Time Estimator
Pobierz pliki rozszerzeń Read Time Estimator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Read Time Estimator |
ID | dbkmhaamlapkjabaieclhlofhnaoccmb |
Oficjalny URL | https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb |
Opis | Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time |
Rozmiar pliku | 12.08 KB |
Liczba instalacji | 5,339 |
Aktualna Wersja | 1.1.5 |
Ostatnia Aktualizacja | 2020-03-25 |
Data Publikacji | 2020-03-25 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | https://bashvlas.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://sites.google.com/view/copycurate/privacy-policy |
Obsługiwane Języki | 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" ] } |