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)
擴展基本資訊
名稱 | TRAY Readability tool |
ID | eccbjfaplogblgjpopbihpgfgmlgjamf |
官方網址 | 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 } |