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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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:\/\/*\/*"
]
} | |