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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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