Writest
Brings you from a writer to the writest.
O que é Writest?
Writest é uma extensão do Chrome desenvolvida por splch, e sua principal característica é "Brings you from a writer to the writest.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Writest
Baixe arquivos de extensão Writest 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
The text analyzer for chrome. This isn't your average text analyzer. Complete with virtualized tables (data that loads as you scroll), multi-threaded text analyses, five readability indices, n-gram search, frequency tables, and more, this analyzer will give you the power you need to tackle any writing task. How to: — Use the average readability to target your audience — Compare phrases with n-gram search — Find repeated phrases or words used too closely together — Monitor lexical density for understandability — Edit the text (in the extension) for a more accurate calculation Learn more or contribute: https://github.com/splch/writest
Informações Básicas da Extensão
Nome | Writest |
ID | bicihfnmkdnfelbedknblndigjejbgcc |
URL Oficial | https://chromewebstore.google.com/detail/writest/bicihfnmkdnfelbedknblndigjejbgcc |
Descrição | Brings you from a writer to the writest. |
Tamanho do Arquivo | 26.93 KB |
Contagem de Instalações | 112 |
Versão Atual | 3.4 |
Última Atualização | 2021-12-20 |
Data de Publicação | 2021-02-01 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | splch |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/splch/writest |
URL da Página de Ajuda | https://github.com/splch/writest/blob/main/LICENSE |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Writest", "version": "3.4", "action": { "default_popup": "index.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "description": "Brings you from a writer to the writest.", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "author": "Spencer Churchill", "homepage_url": "https:\/\/github.com\/splch\/writest\/", "minimum_chrome_version": "88", "offline_enabled": true, "permissions": [ "activeTab", "scripting" ] } |