LIX counter
This extension calculates the LIX-level of the selected text.
Cos'è LIX counter?
LIX counter è un'estensione di Chrome sviluppata da pilehave, e la sua funzione principale è "This extension calculates the LIX-level of the selected text.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LIX counter
Scarica i file di estensione LIX counter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hjeokkjbfhmfldpjcmfbidonomgmnknc |
URL Ufficiale | https://chrome.google.com/webstore/detail/lix-counter/hjeokkjbfhmfldpjcmfbidonomgmnknc |
Descrizione | This extension calculates the LIX-level of the selected text. |
Dimensione del File | 11.65 KB |
Conteggio Installazioni | 101 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-07-11 |
Data di Pubblicazione | 2017-07-11 |
Sviluppatore | pilehave |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |