TRAY Readability tool
Text Readability AnalYzer tool
Was ist TRAY Readability tool?
TRAY Readability tool ist eine Chrome-Erweiterung, die von Nicholas Urban entwickelt wurde, und ihr Hauptmerkmal ist "Text Readability AnalYzer tool".
Erweiterungsscreenshots
TRAY Readability tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie TRAY Readability tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eccbjfaplogblgjpopbihpgfgmlgjamf |
| Offizielle URL | https://chromewebstore.google.com/detail/tray-readability-tool/eccbjfaplogblgjpopbihpgfgmlgjamf |
| Beschreibung | Text Readability AnalYzer tool |
| Dateigröße | 23.01 KB |
| Installationsanzahl | 3,933 |
| Aktuelle Version | 1.3.0 |
| Letztes Update | 2018-10-22 |
| Veröffentlichungsdatum | 2018-10-22 |
| Bewertung | 2.60/5 Insgesamt 10 Bewertungen |
| Entwickler | Nicholas Urban |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |