LIX counter

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

什麼是LIX counter?

LIX counter是由pilehave開發的Chrome擴展程式,該擴展的主要功能是“This extension calculates the LIX-level of the selected text.”。

擴展截圖

screenshot

下載LIX counter擴展crx文件

下載LIX counter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 LIX counter LIX counter
ID hjeokkjbfhmfldpjcmfbidonomgmnknc
官方網址 https://chrome.google.com/webstore/detail/lix-counter/hjeokkjbfhmfldpjcmfbidonomgmnknc
簡介 This extension calculates the LIX-level of the selected text.
檔案大小 11.65 KB
安裝次數 101
目前版本 1.1
更新時間 2017-07-11
上架時間 2017-07-11
開發者 pilehave
付費類型 free
支援的語言 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:\/\/*\/*"
    ]
}