Zocab - Hoc tu vung

Vocabulary learning app for Vietnamese people

Zocab - Hoc tu vungคืออะไร?

Zocab - Hoc tu vung เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zocab และคุณลักษณะหลักของมันคือ "Vocabulary learning app for Vietnamese people"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zocab - Hoc tu vung

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

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

                        Zocab is an English vocabulary learning application that includes vivid sounds and images to help learners remember it for a long time. 

Zocab will change the look of your new tab page. Every time you open a new tab, you will learn a random word from the vocabulary set you chose earlier.

Aside from the vocabulary, there will be examples that can be used in everyday situations. There are also mnemonic games to help with vocabulary learning. The app will be updated with the most recent and high-quality vocabulary sets.

Zocab là một ứng dụng học từ vựng tiếng anh đi kèm với  âm thanh và hình ảnh sinh động để giúp người học có thể nhớ lâu. Bên cạnh từ vựng sẽ đi kèm với những ví dụ có thể sử dụng trong đời sống hằng ngày. Ngoài ra còn có các trò chơi ghi nhớ giúp cho quá trình học từ vựng tốt hơn. Ứng dụng sẽ được cập nhật các bộ từ vựng mới nhất và chất lượng nhất.

Zocab sẽ thay đổi giao diện của trang tab mới của bạn. Mỗi khi bạn mở một tab mới, bạn sẽ học một từ ngẫu nhiên từ bộ từ vựng mà bạn đã chọn trước đó.

Version Updates
V1.1.0
- Remove authentication features
- Fix game feature

V1.2.0
- Add translation feature with google
- Add button to return to previous word
- Add copy function
- Fix flip flashcard

V1.3.0
- Add saved words page
- Add saving word function
- Renew game page

V1.4.0
- Add Japanese vocabulary

V1.5.0
- Add Chinese vocabulary
- Fix flashcard bugs

V1.5.1
- Bugs fix

V1.5.2
- Bugs fix

V1.6.0
- Ambient mode
- Bugs fix                    

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

ชื่อ Zocab - Hoc tu vung Zocab - Hoc tu vung
ID fljkaknfajdjipgcplijeifdikfloefp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zocab-hoc-tu-vung/fljkaknfajdjipgcplijeifdikfloefp
คำอธิบาย Vocabulary learning app for Vietnamese people
ขนาดไฟล์ 2.26 MB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 1.6.0
อัปเดตครั้งล่าสุด 2022-11-20
วันที่เผยแพร่ 2021-08-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Zocab
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "Vocabulary learning app for Vietnamese people",
    "default_locale": "en",
    "version": "1.6.0",
    "permissions": [],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "override.html"
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}