TRAY Readability tool

Text Readability AnalYzer tool

TRAY Readability tool là gì?

TRAY Readability tool là một tiện ích mở rộng Chrome được phát triển bởi Nicholas Urban, và tính năng chính của nó là "Text Readability AnalYzer tool".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TRAY Readability tool

Tải xuống các tệp mở rộng TRAY Readability tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TRAY Readability tool TRAY Readability tool
ID eccbjfaplogblgjpopbihpgfgmlgjamf
URL Chính Thức https://chromewebstore.google.com/detail/tray-readability-tool/eccbjfaplogblgjpopbihpgfgmlgjamf
Mô tả Text Readability AnalYzer tool
Kích Thước Tệp 23.01 KB
Số Lần Cài Đặt 3,933
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2018-10-22
Ngày Phát Hành 2018-10-22
Đánh Giá 2.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Nicholas Urban
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}