LIX counter

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

LIX counterคืออะไร?

LIX counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pilehave และคุณลักษณะหลักของมันคือ "This extension calculates the LIX-level of the selected text."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LIX counter

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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:\/\/*\/*"
    ]
}