LIX counter
This extension calculates the LIX-level of the selected text.
O que é LIX counter?
LIX counter é uma extensão do Chrome desenvolvida por pilehave, e sua principal característica é "This extension calculates the LIX-level of the selected text.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LIX counter
Baixe arquivos de extensão LIX counter 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
Using this simple extension, you can highlight text and right-click OR click the extension-button, and instantly get the LIX-level (readability) of the text. read more about LIX: http://en.wikipedia.org/wiki/LIX. Precision and result may vary from online tools, but is very close to the official LIX-tool, http://www.lix.se/index.php.
Informações Básicas da Extensão
Nome | |
ID | hjeokkjbfhmfldpjcmfbidonomgmnknc |
URL Oficial | https://chrome.google.com/webstore/detail/lix-counter/hjeokkjbfhmfldpjcmfbidonomgmnknc |
Descrição | This extension calculates the LIX-level of the selected text. |
Tamanho do Arquivo | 11.65 KB |
Contagem de Instalações | 101 |
Versão Atual | 1.1 |
Última Atualização | 2017-07-11 |
Data de Publicação | 2017-07-11 |
Desenvolvedor | pilehave |
Tipo de Pagamento | free |
Idiomas Suportados | en,da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescr__", "version": "1.1", "default_locale": "en", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "__MSG_clickDescr__" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "background", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |