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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Readability Score

قم بتنزيل ملفات الامتداد Readability Score بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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\/"
    ]
}