TRAY Readability tool
Text Readability AnalYzer tool
Hvad er TRAY Readability tool?
TRAY Readability tool er en Chrome-udvidelse udviklet af Nicholas Urban, og dens hovedfunktion er "Text Readability AnalYzer tool".
Udvidelsesskærmbilleder
Download TRAY Readability tool-udvidelses-CRX-fil
Download TRAY Readability tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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) Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | eccbjfaplogblgjpopbihpgfgmlgjamf |
| Officiel URL | https://chromewebstore.google.com/detail/tray-readability-tool/eccbjfaplogblgjpopbihpgfgmlgjamf |
| Beskrivelse | Text Readability AnalYzer tool |
| Filstørrelse | 23.01 KB |
| Antal Installationer | 3,933 |
| Nuværende Version | 1.3.0 |
| Senest Opdateret | 2018-10-22 |
| Udgivelsesdato | 2018-10-22 |
| Bedømmelse | 2.60/5 Samlet 10 Bedømmelser |
| Udvikler | Nicholas Urban |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |