CraftyLevel

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

Qu'est-ce que CraftyLevel ?

CraftyLevel est une extension Chrome développée par https://crafty184.com, et sa fonction principale est "Chrome extension that displays the Flesch-Kincaid grade level of any web page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CraftyLevel

Téléchargez les fichiers d'extension CraftyLevel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ***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                    

Informations de Base sur l'Extension

Nom CraftyLevel CraftyLevel
ID hcdkhalhbmfkmipcojafboldpodlmfgb
URL Officiel https://chromewebstore.google.com/detail/craftylevel/hcdkhalhbmfkmipcojafboldpodlmfgb
Description Chrome extension that displays the Flesch-Kincaid grade level of any web page
Taille du Fichier 16.64 KB
Nombre d'Installations 7,419
Version Actuelle 2.4
Dernière Mise à Jour 2022-03-02
Date de Publication 2016-04-19
Évaluation 3.57/5 Total 7 Évaluations
Développeur https://crafty184.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}