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是由https://jaicob.com开发的Chrome扩展程序,该扩展的主要功能是“Given a body of text receive a score on how readable that text is based on the flesch-kincaid readability index.”。
扩展截图
下载Readability Score扩展crx文件
下载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\/" ] } |