Readability Score
Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.
What is Readability Score?
Readability Score is a Chrome extension developed by https://jaicob.com, and its main feature is "Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.".
Extension Screenshots
Download Readability Score Extension CRX File
Download Readability Score extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Readability Score |
ID | pfnlengicohogdjcldalmpmdnaecndhf |
Official URL | https://chromewebstore.google.com/detail/readability-score/pfnlengicohogdjcldalmpmdnaecndhf |
Description | Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index. |
File Size | 8.35 KB |
Installation Count | 2,053 |
Current Version | 1.1 |
Last Updated | 2018-02-19 |
Publish Date | 2018-02-18 |
Rating | 3.00/5 Total 4 Ratings |
Developer | https://jaicob.com |
Payment Type | free |
Supported Languages | 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\/" ] } |