TRAY Readability tool

Text Readability AnalYzer tool

ما هو TRAY Readability tool؟

TRAY Readability tool هو إضافة Chrome تم تطويرها بواسطة Nicholas Urban، والميزة الرئيسية لها هي "Text Readability AnalYzer tool".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TRAY Readability tool

قم بتنزيل ملفات الامتداد TRAY Readability tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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)                    

معلومات أساسية عن التمديد

الاسم TRAY Readability tool TRAY Readability tool
ID eccbjfaplogblgjpopbihpgfgmlgjamf
عنوان URL الرسمي https://chromewebstore.google.com/detail/tray-readability-tool/eccbjfaplogblgjpopbihpgfgmlgjamf
الوصف Text Readability AnalYzer tool
حجم الملف 23.01 KB
عدد التثبيتات 3,933
النسخة الحالية 1.3.0
آخر تحديث 2018-10-22
تاريخ النشر 2018-10-22
تقييم 2.60/5 مجموع تقييمات 10
المطور Nicholas Urban
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
}