Readability Score
Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.
Vad är Readability Score?
Readability Score är en Chrome-tillägg utvecklad av https://jaicob.com, och dess huvudfunktion är "Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.".
Tilläggsskärmbilder
Ladda ner Readability Score-förlängningens CRX-fil
Ladda ner Readability Score-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | pfnlengicohogdjcldalmpmdnaecndhf |
| Officiell webbadress | https://chromewebstore.google.com/detail/readability-score/pfnlengicohogdjcldalmpmdnaecndhf |
| Beskrivning | Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index. |
| Filstorlek | 8.35 KB |
| Antal Installationer | 2,053 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2018-02-19 |
| Publiceringsdatum | 2018-02-18 |
| Betyg | 3.00/5 Totalt 4 Betyg |
| Utvecklare | https://jaicob.com |
| Betalningssätt | free |
| Stödda Språk | 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\/"
]
} | |