TRAY Readability tool

Text Readability AnalYzer tool

Что такое TRAY Readability tool?

TRAY Readability tool - это расширение Chrome, разработанное Nicholas Urban, и его основная функция - "Text Readability AnalYzer tool".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения TRAY Readability tool

Скачайте файлы расширений TRAY Readability tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This tool provides a quick and easy way to test the readability of the selected text, designed to indicate how difficult to read or understand.

It gives a score for the most used readability indicators.
- Flesch-Kincaid Reading Ease and Grade Level
- Gunning-Fog Score
- Automated Readability Index (ARI)                    

Основная информация о расширении

Название TRAY Readability tool TRAY Readability tool
ID eccbjfaplogblgjpopbihpgfgmlgjamf
Официальный URL https://chromewebstore.google.com/detail/tray-readability-tool/eccbjfaplogblgjpopbihpgfgmlgjamf
Описание Text Readability AnalYzer tool
Размер файла 23.01 KB
Количество установок 3,933
Текущая Версия 1.3.0
Последнее Обновление 2018-10-22
Дата публикации 2018-10-22
Рейтинг 2.60/5 Всего 10 оценок
Разработчик Nicholas Urban
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TRAY Readability tool",
    "description": "Text Readability AnalYzer tool",
    "version": "1.3.0",
    "author": "Nicholas Urban",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png",
        "256": "icon-256.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Make a readability test",
        "default_icon": "icon-32.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}