Readability Score

Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.

Co je Readability Score?

Readability Score je rozšíření Chrome vyvinuté https://jaicob.com, a jeho hlavní funkcí je „Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Readability Score

Stáhněte si soubory rozšíření Readability Score ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Readability Score Readability Score
ID pfnlengicohogdjcldalmpmdnaecndhf
Oficiální URL https://chromewebstore.google.com/detail/readability-score/pfnlengicohogdjcldalmpmdnaecndhf
Popis Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.
Velikost souboru 8.35 KB
Počet instalací 2,053
Aktuální Verze 1.1
Poslední Aktualizace 2018-02-19
Datum Vydání 2018-02-18
Hodnocení 3.00/5 Celkem 4 Hodnocení
Vývojář https://jaicob.com
Typ Platby free
Podporované Jazyky 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\/"
    ]
}