Readability Score
Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.
Co to jest Readability Score?
Readability Score to rozszerzenie Chrome opracowane przez https://jaicob.com, a jego główną funkcją jest „Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Readability Score
Pobierz pliki rozszerzeń Readability Score w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pfnlengicohogdjcldalmpmdnaecndhf |
| Oficjalny URL | https://chromewebstore.google.com/detail/readability-score/pfnlengicohogdjcldalmpmdnaecndhf |
| Opis | Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index. |
| Rozmiar pliku | 8.35 KB |
| Liczba instalacji | 2,053 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2018-02-19 |
| Data Publikacji | 2018-02-18 |
| Ocena | 3.00/5 Łącznie 4 Oceny |
| Deweloper | https://jaicob.com |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/"
]
} | |