TRAY Readability tool

Text Readability AnalYzer tool

Co to jest TRAY Readability tool?

TRAY Readability tool to rozszerzenie Chrome opracowane przez Nicholas Urban, a jego główną funkcją jest „Text Readability AnalYzer tool”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia TRAY Readability tool

Pobierz pliki rozszerzeń TRAY Readability tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa TRAY Readability tool TRAY Readability tool
ID eccbjfaplogblgjpopbihpgfgmlgjamf
Oficjalny URL https://chromewebstore.google.com/detail/tray-readability-tool/eccbjfaplogblgjpopbihpgfgmlgjamf
Opis Text Readability AnalYzer tool
Rozmiar pliku 23.01 KB
Liczba instalacji 3,933
Aktualna Wersja 1.3.0
Ostatnia Aktualizacja 2018-10-22
Data Publikacji 2018-10-22
Ocena 2.60/5 Łącznie 10 Oceny
Deweloper Nicholas Urban
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}