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.".
Снимки экрана расширения
Скачать файл 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.
Основная информация о расширении
Название | |
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:\/\/*\/*" ] } |