Read Easy

Simplify text quickly. Make the text of your website or app easy to read for people with low literacy skills.

Read Easyคืออะไร?

Read Easy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย accessibilitydesk และคุณลักษณะหลักของมันคือ "Simplify text quickly. Make the text of your website or app easy to read for people with low literacy skills."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Read Easy

ดาวน์โหลดไฟล์ส่วนขยาย Read Easy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Make your text easy to read for people with low literacy skills.
Read Easy makes text more understandable.

As a user, you are able to use Read Easy to check if your text is simple enough for people with low literacy skills.

You also receive feedback on which words or sentences you need to change and why they are too difficult.

Furthermore, you can find easier synonyms for your words or help make your text understandable for people with dyslexia.

✅ We make text more understandable on different reading levels

✅ Get feedback and improvements suggestions

✅ Get Synonyms on different reading levels

✅ We can filter facts from text

✅ We support multiple languages

✅ Dyslexia checker

Read Easy offers a freemium model, which includes a Free plan with limited use. There are also Premium, Small Business, and Enterprise plans available for those who require additional features or more extensive usage. You can choose a plan that best fits your needs.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Read Easy Read Easy
ID nkbgblkioialkimfbphoeikobbcjgdlk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/read-easy/nkbgblkioialkimfbphoeikobbcjgdlk
คำอธิบาย Simplify text quickly. Make the text of your website or app easy to read for people with low literacy skills.
ขนาดไฟล์ 57.99 KB
จำนวนการติดตั้ง 685
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2023-09-12
วันที่เผยแพร่ 2023-04-18
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา accessibilitydesk
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://readeasy.ai/
URL หน้าช่วยเหลือ https://readeasy.ai/support
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read Easy",
    "description": "Simplify text quickly. Make the text of your website or app easy to read for people with low literacy skills.",
    "version": "2.1.1",
    "manifest_version": 3,
    "icons": {
        "16": "img\/readeasy\/icon-16.png",
        "32": "img\/readeasy\/icon-32.png",
        "48": "img\/readeasy\/icon-48.png",
        "128": "img\/readeasy\/icon-128.png"
    },
    "action": {
        "default_icon": "img\/readeasy\/icon-32.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-ba5f65bc.5ed7ea86.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/index.ts.bd009df9.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/readeasy\/icon-32.png",
                "img\/readeasy\/icon-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/chunk-a28c06ee.js",
                "assets\/chunk-1945ccc3.js",
                "assets\/chunk-ba5f65bc.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "host_permissions": [
        "https:\/\/extensions.readeasy.ai\/*"
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "cookies",
        "scripting"
    ]
}