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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/"
    ]
}