LIX counter
This extension calculates the LIX-level of the selected text.
LIX counter là gì?
LIX counter là một tiện ích mở rộng Chrome được phát triển bởi pilehave, và tính năng chính của nó là "This extension calculates the LIX-level of the selected text.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LIX counter
Tải xuống các tệp mở rộng LIX counter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hjeokkjbfhmfldpjcmfbidonomgmnknc |
URL Chính Thức | https://chrome.google.com/webstore/detail/lix-counter/hjeokkjbfhmfldpjcmfbidonomgmnknc |
Mô tả | This extension calculates the LIX-level of the selected text. |
Kích Thước Tệp | 11.65 KB |
Số Lần Cài Đặt | 101 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-07-11 |
Ngày Phát Hành | 2017-07-11 |
Nhà Phát Triển | pilehave |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |