LIX counter
This extension calculates the LIX-level of the selected text.
Wat is LIX counter?
LIX counter is een Chrome-extensie ontwikkeld door pilehave, en de belangrijkste functie is "This extension calculates the LIX-level of the selected text.".
Extensie Screenshots
Download het CRX-bestand van de extensie LIX counter
Download LIX counter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hjeokkjbfhmfldpjcmfbidonomgmnknc |
Officiële URL | https://chrome.google.com/webstore/detail/lix-counter/hjeokkjbfhmfldpjcmfbidonomgmnknc |
Beschrijving | This extension calculates the LIX-level of the selected text. |
Bestandsgrootte | 11.65 KB |
Aantal Installaties | 101 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-07-11 |
Publicatiedatum | 2017-07-11 |
Ontwikkelaar | pilehave |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |