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:\/\/*\/*" ] } |