TRAY Readability tool

Text Readability AnalYzer tool

TRAY Readability tool란 무엇입니까?

TRAY Readability tool은(는) Nicholas Urban에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Text Readability AnalYzer tool"입니다.

확장 프로그램 스크린샷

screenshot

TRAY Readability tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This tool provides a quick and easy way to test the readability of the selected text, designed to indicate how difficult to read or understand.

It gives a score for the most used readability indicators.
- Flesch-Kincaid Reading Ease and Grade Level
- Gunning-Fog Score
- Automated Readability Index (ARI)                    

확장 프로그램 기본 정보

이름 TRAY Readability tool TRAY Readability tool
ID eccbjfaplogblgjpopbihpgfgmlgjamf
공식 URL https://chromewebstore.google.com/detail/tray-readability-tool/eccbjfaplogblgjpopbihpgfgmlgjamf
설명 Text Readability AnalYzer tool
파일 크기 23.01 KB
설치 횟수 3,933
현재 버전 1.3.0
최근 업데이트 2018-10-22
출시 날짜 2018-10-22
평점 2.60/5 총 10 개의 평점
개발자 Nicholas Urban
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TRAY Readability tool",
    "description": "Text Readability AnalYzer tool",
    "version": "1.3.0",
    "author": "Nicholas Urban",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png",
        "256": "icon-256.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Make a readability test",
        "default_icon": "icon-32.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}