Read Time Estimator
Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
O que é Read Time Estimator?
Read Time Estimator é uma extensão do Chrome desenvolvida por https://bashvlas.com, e sua principal característica é "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Read Time Estimator
Baixe arquivos de extensão Read Time Estimator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Read Time Estimator |
ID | dbkmhaamlapkjabaieclhlofhnaoccmb |
URL Oficial | https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb |
Descrição | Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time |
Tamanho do Arquivo | 12.08 KB |
Contagem de Instalações | 5,339 |
Versão Atual | 1.1.5 |
Última Atualização | 2020-03-25 |
Data de Publicação | 2020-03-25 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://bashvlas.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://sites.google.com/view/copycurate/privacy-policy |
Idiomas Suportados | 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" ] } |