TRAY Readability tool
Text Readability AnalYzer tool
什么是TRAY Readability tool?
TRAY Readability tool是由Nicholas Urban开发的Chrome扩展程序,该扩展的主要功能是“Text Readability AnalYzer tool”。
扩展截图
下载TRAY Readability tool扩展crx文件
下载TRAY Readability tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tool provides a quick and easy way to test the readability of the selected text, designed to indicate how difficult to read or understand.
It gives a score for the most used readability indicators.
- Flesch-Kincaid Reading Ease and Grade Level
- Gunning-Fog Score
- Automated Readability Index (ARI) 扩展基本信息
| 名称 | |
| ID | eccbjfaplogblgjpopbihpgfgmlgjamf |
| 官方URL | https://chromewebstore.google.com/detail/tray-readability-tool/eccbjfaplogblgjpopbihpgfgmlgjamf |
| 简介 | Text Readability AnalYzer tool |
| 文件大小 | 23.01 KB |
| 安装次数 | 3,933 |
| 当前版本 | 1.3.0 |
| 更新时间 | 2018-10-22 |
| 上架时间 | 2018-10-22 |
| 评分 | 2.60/5 共10次评分 |
| 开发者 | Nicholas Urban |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TRAY Readability tool",
"description": "Text Readability AnalYzer tool",
"version": "1.3.0",
"author": "Nicholas Urban",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"64": "icon-64.png",
"128": "icon-128.png",
"256": "icon-256.png"
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_title": "Make a readability test",
"default_icon": "icon-32.png",
"default_popup": "popup.html"
},
"manifest_version": 2
} | |