TRAY Readability tool
Text Readability AnalYzer tool
Wat is TRAY Readability tool?
TRAY Readability tool is een Chrome-extensie ontwikkeld door Nicholas Urban, en de belangrijkste functie is "Text Readability AnalYzer tool".
Extensie Screenshots
Download het CRX-bestand van de extensie TRAY Readability tool
Download TRAY Readability tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | TRAY Readability tool |
ID | eccbjfaplogblgjpopbihpgfgmlgjamf |
Officiële URL | https://chromewebstore.google.com/detail/tray-readability-tool/eccbjfaplogblgjpopbihpgfgmlgjamf |
Beschrijving | Text Readability AnalYzer tool |
Bestandsgrootte | 23.01 KB |
Aantal Installaties | 3,933 |
Huidige Versie | 1.3.0 |
Laatst Bijgewerkt | 2018-10-22 |
Publicatiedatum | 2018-10-22 |
Beoordeling | 2.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Nicholas Urban |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |