CraftyLevel

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

CraftyLevelคืออะไร?

CraftyLevel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://crafty184.com และคุณลักษณะหลักของมันคือ "Chrome extension that displays the Flesch-Kincaid grade level of any web page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CraftyLevel

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}