Reading Speed Test
This extension lets you measure your reading speed on any web text.
O que é Reading Speed Test?
Reading Speed Test é uma extensão do Chrome desenvolvida por Datea, e sua principal característica é "This extension lets you measure your reading speed on any web text.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reading Speed Test
Baixe arquivos de extensão Reading Speed Test 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
Measure your reading speed on any website text you want. Easy to use, just select a text, right click on the selection with your mouse and from the menu choose "Reading Speed Test", then read the text and click Done when finished. You will see your results next to the Done button. See the visual step by step guide in the attached pictures.
Informações Básicas da Extensão
Nome | |
ID | pbnohmlbddmojbdpbejmdbhphfilofog |
URL Oficial | https://chromewebstore.google.com/detail/reading-speed-test/pbnohmlbddmojbdpbejmdbhphfilofog |
Descrição | This extension lets you measure your reading speed on any web text. |
Tamanho do Arquivo | 21.73 KB |
Contagem de Instalações | 63 |
Versão Atual | 1.0 |
Última Atualização | 2017-01-01 |
Data de Publicação | 2017-01-01 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | Datea |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reading Speed Test", "description": "This extension lets you measure your reading speed on any web text.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icon_wip10_19.png", "38": "icon_wip10_38.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon_wip10_16.png", "32": "icon_wip10_32.png", "64": "icon_wip10_64.png", "128": "icon_wip10_128.png" }, "permissions": [ "activeTab", "contextMenus" ], "web_accessible_resources": [ "close_16.png" ] } |