Readability Score
Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.
Τι είναι το Readability Score;
Το Readability Score είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://jaicob.com, και η κύρια λειτουργία του είναι "Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Readability Score
Λήψη αρχείων επέκτασης Readability Score σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Readability Score is a tool designed to give you an idea of what type of reading level is needed to comprehend your text. The score is calculated based off of the flesch-kincaid index, and provides a grade level, as well as a general "easy medium hard" rating for the text you run it on.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Readability Score |
ID | pfnlengicohogdjcldalmpmdnaecndhf |
Επίσημο URL | https://chromewebstore.google.com/detail/readability-score/pfnlengicohogdjcldalmpmdnaecndhf |
Περιγραφή | Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index. |
Μέγεθος Αρχείου | 8.35 KB |
Αριθμός Εγκαταστάσεων | 2,053 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2018-02-19 |
Ημερομηνία Δημοσίευσης | 2018-02-18 |
Αξιολόγηση | 3.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://jaicob.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Readability Score", "description": "Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |