Readability Score

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

Hvad er Readability Score?

Readability Score er en Chrome-udvidelse udviklet af https://jaicob.com, og dens hovedfunktion er "Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.".

Udvidelsesskærmbilleder

screenshot

Download Readability Score-udvidelses-CRX-fil

Download Readability Score-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Readability Score Readability Score
ID pfnlengicohogdjcldalmpmdnaecndhf
Officiel URL https://chromewebstore.google.com/detail/readability-score/pfnlengicohogdjcldalmpmdnaecndhf
Beskrivelse Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.
Filstørrelse 8.35 KB
Antal Installationer 2,053
Nuværende Version 1.1
Senest Opdateret 2018-02-19
Udgivelsesdato 2018-02-18
Bedømmelse 3.00/5 Samlet 4 Bedømmelser
Udvikler https://jaicob.com
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}