LIX counter
This extension calculates the LIX-level of the selected text.
Qu'est-ce que LIX counter ?
LIX counter est une extension Chrome développée par pilehave, et sa fonction principale est "This extension calculates the LIX-level of the selected text.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LIX counter
Téléchargez les fichiers d'extension LIX counter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | hjeokkjbfhmfldpjcmfbidonomgmnknc |
URL Officiel | https://chrome.google.com/webstore/detail/lix-counter/hjeokkjbfhmfldpjcmfbidonomgmnknc |
Description | This extension calculates the LIX-level of the selected text. |
Taille du Fichier | 11.65 KB |
Nombre d'Installations | 101 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-07-11 |
Date de Publication | 2017-07-11 |
Développeur | pilehave |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } |