LIX counter
This extension calculates the LIX-level of the selected text.
What is LIX counter?
LIX counter is a Chrome extension developed by pilehave, and its main feature is "This extension calculates the LIX-level of the selected text.".
Extension Screenshots
Download LIX counter Extension CRX File
Download LIX counter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | hjeokkjbfhmfldpjcmfbidonomgmnknc |
Official URL | https://chrome.google.com/webstore/detail/lix-counter/hjeokkjbfhmfldpjcmfbidonomgmnknc |
Description | This extension calculates the LIX-level of the selected text. |
File Size | 11.65 KB |
Installation Count | 101 |
Current Version | 1.1 |
Last Updated | 2017-07-11 |
Publish Date | 2017-07-11 |
Developer | pilehave |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |