TRAY Readability tool
Text Readability AnalYzer tool
Vad är TRAY Readability tool?
TRAY Readability tool är en Chrome-tillägg utvecklad av Nicholas Urban, och dess huvudfunktion är "Text Readability AnalYzer tool".
Tilläggsskärmbilder
Ladda ner TRAY Readability tool-förlängningens CRX-fil
Ladda ner TRAY Readability tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | eccbjfaplogblgjpopbihpgfgmlgjamf |
| Officiell webbadress | https://chromewebstore.google.com/detail/tray-readability-tool/eccbjfaplogblgjpopbihpgfgmlgjamf |
| Beskrivning | Text Readability AnalYzer tool |
| Filstorlek | 23.01 KB |
| Antal Installationer | 3,933 |
| Aktuell Version | 1.3.0 |
| Senast Uppdaterad | 2018-10-22 |
| Publiceringsdatum | 2018-10-22 |
| Betyg | 2.60/5 Totalt 10 Betyg |
| Utvecklare | Nicholas Urban |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |