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. 拡張機能の基本情報
| 名前 | |
| 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\/"
]
} | |