LIX counter

This extension calculates the LIX-level of the selected text.

Was ist LIX counter?

LIX counter ist eine Chrome-Erweiterung, die von pilehave entwickelt wurde, und ihr Hauptmerkmal ist "This extension calculates the LIX-level of the selected text.".

Erweiterungsscreenshots

screenshot

LIX counter-Erweiterungs-CRX-Datei herunterladen

Laden Sie LIX counter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name LIX counter LIX counter
ID hjeokkjbfhmfldpjcmfbidonomgmnknc
Offizielle URL https://chrome.google.com/webstore/detail/lix-counter/hjeokkjbfhmfldpjcmfbidonomgmnknc
Beschreibung This extension calculates the LIX-level of the selected text.
Dateigröße 11.65 KB
Installationsanzahl 101
Aktuelle Version 1.1
Letztes Update 2017-07-11
Veröffentlichungsdatum 2017-07-11
Entwickler pilehave
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}