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是由https://jaicob.com開發的Chrome擴展程式,該擴展的主要功能是“Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.”。

擴展截圖

screenshot

下載Readability Score擴展crx文件

下載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
官方網址 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\/"
    ]
}