TRAY Readability tool
Text Readability AnalYzer tool
Qu'est-ce que TRAY Readability tool ?
TRAY Readability tool est une extension Chrome développée par Nicholas Urban, et sa fonction principale est "Text Readability AnalYzer tool".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TRAY Readability tool
Téléchargez les fichiers d'extension TRAY Readability tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | TRAY Readability tool |
ID | eccbjfaplogblgjpopbihpgfgmlgjamf |
URL Officiel | https://chromewebstore.google.com/detail/tray-readability-tool/eccbjfaplogblgjpopbihpgfgmlgjamf |
Description | Text Readability AnalYzer tool |
Taille du Fichier | 23.01 KB |
Nombre d'Installations | 3,933 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2018-10-22 |
Date de Publication | 2018-10-22 |
Évaluation | 2.60/5 Total 10 Évaluations |
Développeur | Nicholas Urban |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |