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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}