CraftyLevel

Chrome extension that displays the Flesch-Kincaid grade level of any web page

CraftyLevel란 무엇입니까?

CraftyLevel은(는) https://crafty184.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension that displays the Flesch-Kincaid grade level of any web page"입니다.

확장 프로그램 스크린샷

screenshot

CraftyLevel 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ***UPDATED: Highlight some text, then click the icon in the extension bar to see Flesch-Kincaid Grade Level. This extension shows you the Flesch-Kincaid Grade Level for any web page. The results tell you how many years of formal education a reader theoretically needs to understand a text. For example, a 6.3 would correspond to Grade 6 in the United States. For more information on the algorithim, see here - https://en.wikipedia.org/wiki/Flesch%E2%80%93Kincaid_readability_tests#Flesch.E2.80.93Kincaid_grade_level                    

확장 프로그램 기본 정보

이름 CraftyLevel CraftyLevel
ID hcdkhalhbmfkmipcojafboldpodlmfgb
공식 URL https://chromewebstore.google.com/detail/craftylevel/hcdkhalhbmfkmipcojafboldpodlmfgb
설명 Chrome extension that displays the Flesch-Kincaid grade level of any web page
파일 크기 16.64 KB
설치 횟수 7,419
현재 버전 2.4
최근 업데이트 2022-03-02
출시 날짜 2016-04-19
평점 3.57/5 총 7 개의 평점
개발자 https://crafty184.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/19.png",
        "default_title": "CraftyLevel"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Chrome extension that displays the Flesch-Kincaid grade level of any web page",
    "homepage_url": "http:\/\/www.crafty184.com",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/19.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "CraftyLevel",
    "version": "2.4"
}