Readability Score

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

Apa itu Readability Score?

Readability Score adalah ekstensi Chrome yang dikembangkan oleh https://jaicob.com, dan fitur utamanya adalah "Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Readability Score

Unduh file ekstensi Readability Score dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Readability Score Readability Score
ID pfnlengicohogdjcldalmpmdnaecndhf
URL Resmi https://chromewebstore.google.com/detail/readability-score/pfnlengicohogdjcldalmpmdnaecndhf
Deskripsi Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.
Ukuran File 8.35 KB
Jumlah Instalasi 2,053
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-02-19
Tanggal Publikasi 2018-02-18
Penilaian 3.00/5 Total 4 Penilaian
Pengembang https://jaicob.com
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}