Readability Score
Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.
O que é Readability Score?
Readability Score é uma extensão do Chrome desenvolvida por https://jaicob.com, e sua principal característica é "Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Readability Score
Baixe arquivos de extensão Readability Score 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
Readability Score is a tool designed to give you an idea of what type of reading level is needed to comprehend your text. The score is calculated based off of the flesch-kincaid index, and provides a grade level, as well as a general "easy medium hard" rating for the text you run it on.
Informações Básicas da Extensão
Nome | Readability Score |
ID | pfnlengicohogdjcldalmpmdnaecndhf |
URL Oficial | https://chromewebstore.google.com/detail/readability-score/pfnlengicohogdjcldalmpmdnaecndhf |
Descrição | Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index. |
Tamanho do Arquivo | 8.35 KB |
Contagem de Instalações | 2,053 |
Versão Atual | 1.1 |
Última Atualização | 2018-02-19 |
Data de Publicação | 2018-02-18 |
Classificação | 3.00/5 Total de 4 Avaliações |
Desenvolvedor | https://jaicob.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Readability Score", "description": "Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |