The Zeeguu Reader

The extension helps you read articles in the language that you want to practice and offers one-click translation and pronunciation.

The Zeeguu Readerคืออะไร?

The Zeeguu Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Zeeguu Team และคุณลักษณะหลักของมันคือ "The extension helps you read articles in the language that you want to practice and offers one-click translation and pronunciation."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Zeeguu Reader

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

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

                        The Zeeguu Reader is a research project aiming to personalize reading and vocabulary practice in foreign languages. The extension is an addition to the language learning platform https://zeeguu.org.

Zeeguu allows you to enrich your vocabulary in a foreign language while you browse the web and read articles that are interesting to you. It supports you in the following way: 

You read articles in the language that you want to practice; these could be articles on news sites, blogs, or encyclopedias like Wikipedia.

For better readability, the extension removes all excess clutter, like adverts, buttons, and videos from the article, and instead offers you one-click translation and pronunciation for the words you don’t know.

Zeeguu then generates personalized vocabulary exercises by using the original context in which you encountered words that you didn't understand. We do this because contextual learning works better.


To benefit from Zeeguu you should preferably have a basic knowledge of the target language.

You are welcome to contact us at [email protected] with ideas of improvements or requests for help.                    

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

ชื่อ The Zeeguu Reader The Zeeguu Reader
ID ckncjmaednfephhbpeookmknhmjjodcd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-zeeguu-reader/ckncjmaednfephhbpeookmknhmjjodcd
คำอธิบาย The extension helps you read articles in the language that you want to practice and offers one-click translation and pronunciation.
ขนาดไฟล์ 909 KB
จำนวนการติดตั้ง 336
เวอร์ชันปัจจุบัน 2.2.3
อัปเดตครั้งล่าสุด 2024-03-06
วันที่เผยแพร่ 2019-03-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา The Zeeguu Team
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.zeeguu.org
URL หน้านโยบายความเป็นส่วนตัว https://github.com/zeeguu/browser-extension/blob/main/PRIVACY.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Zeeguu Reader",
    "description": "The extension helps you read articles in the language that you want to practice and offers one-click translation and pronunciation.",
    "version": "2.2.3",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/www.zeeguu.org\/",
        "https:\/\/api.zeeguu.org\/"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs",
        "cookies",
        "tts",
        "contextMenus"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup",
        "default_icon": {
            "16": "\/images\/zeeguu16.png",
            "32": "\/images\/zeeguu32.png",
            "48": "\/images\/zeeguu48.png",
            "128": "\/images\/zeeguu128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.zeeguu.org\/*"
        ]
    },
    "icons": {
        "16": "\/images\/zeeguu16.png",
        "32": "\/images\/zeeguu32.png",
        "48": "\/images\/zeeguu48.png",
        "128": "\/images\/zeeguu128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/translate.svg",
                "images\/sound.svg",
                "images\/zeeguuLogo.svg",
                "https:\/\/zeeguu.org\/static\/icons\/zeeguu-icon-correct.png",
                "https:\/\/zeeguu.org\/static\/images\/trash.svg",
                "https:\/\/zeeguu.org\/\/static\/images\/yellow_star",
                "https:\/\/zeeguu.org\/static\/images\/file_rename_orange_36dp.svg",
                "https:\/\/zeeguu.org\/static\/images\/volume_up.svg",
                "https:\/\/zeeguu.org\/static\/images\/thumb_down_black_18dp.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}