TRAY Readability tool
Text Readability AnalYzer tool
What is TRAY Readability tool?
TRAY Readability tool is a Chrome extension developed by Nicholas Urban, and its main feature is "Text Readability AnalYzer tool".
Extension Screenshots
Download TRAY Readability tool Extension CRX File
Download TRAY Readability tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | TRAY Readability tool |
ID | eccbjfaplogblgjpopbihpgfgmlgjamf |
Official URL | https://chromewebstore.google.com/detail/tray-readability-tool/eccbjfaplogblgjpopbihpgfgmlgjamf |
Description | Text Readability AnalYzer tool |
File Size | 23.01 KB |
Installation Count | 3,933 |
Current Version | 1.3.0 |
Last Updated | 2018-10-22 |
Publish Date | 2018-10-22 |
Rating | 2.60/5 Total 10 Ratings |
Developer | Nicholas Urban |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |