Readability Score
Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.
Что такое Readability Score?
Readability Score - это расширение Chrome, разработанное https://jaicob.com, и его основная функция - "Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.".
Снимки экрана расширения
Скачать файл CRX расширения Readability Score
Скачайте файлы расширений Readability Score в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Readability Score is a tool designed to give you an idea of what type of reading level is needed to comprehend your text. The score is calculated based off of the flesch-kincaid index, and provides a grade level, as well as a general "easy medium hard" rating for the text you run it on.
Основная информация о расширении
Название | Readability Score |
ID | pfnlengicohogdjcldalmpmdnaecndhf |
Официальный URL | https://chromewebstore.google.com/detail/readability-score/pfnlengicohogdjcldalmpmdnaecndhf |
Описание | Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index. |
Размер файла | 8.35 KB |
Количество установок | 2,053 |
Текущая Версия | 1.1 |
Последнее Обновление | 2018-02-19 |
Дата публикации | 2018-02-18 |
Рейтинг | 3.00/5 Всего 4 оценок |
Разработчик | https://jaicob.com |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Readability Score", "description": "Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |