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 |
| Eメール | [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
} | |