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文件

下載CraftyLevel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ***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
官方網址 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"
}