CraftyLevel

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

CraftyLevel क्या है?

CraftyLevel https://crafty184.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension that displays the Flesch-Kincaid grade level of any web page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CraftyLevel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}