Wordzzz — Learn languages while surf & stream

Boost your language learning with Wordzzz

Wordzzz — Learn languages while surf & streamคืออะไร?

Wordzzz — Learn languages while surf & stream เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wordzzz.app และคุณลักษณะหลักของมันคือ "Boost your language learning with Wordzzz"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wordzzz — Learn languages while surf & stream

ดาวน์โหลดไฟล์ส่วนขยาย Wordzzz — Learn languages while surf & stream ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Unlock Your Language Potential with Wordzzz for Chrome

The Wordzzz extension is your ultimate language learning companion. It seamlessly analyzes subtitles within your YouTube and Netflix videos, allowing you to effortlessly enhance your language skills. Simply hover over any word, and the video pauses, giving you the opportunity to click on the word and view its translation instantly. You can also translate words while browsing by double-clicking them.

All translated words sync between all your devices, so you can expand your vocabulary wherever you are. Learn new words with our effective card system. When you start practicing, hover over a card to see the translation of the new word. This effective method helps you remember new words and check their translations on the go.

Sign in to our web platform to see your saved words and explore new learning possibilities.

★ TRANSLATE WORDS & TEXT WHILE BROWSING

Double click or select any word or sentence to translate it instantly



★ SAVE NEW WORDS TO YOUR VOCABULARY

Save words while browsing or watching your favourite videos



★ PRACTICE YOUR VOCABULARY

Learn new words with the most effective card system

★ SYNC BETWEEN ALL YOUR DEVICES
Easily sync words between all your accounts & devices



★ EASILY SWITCH LANGUAGES

Switch between the most popular language pairs



★ DARK MODE FOR READABILITY

Reduce your eye strain with the automatic dark mode



★ HOW TO USE WORDZZZ

- Download Wordzzz extension from Chrome store
- Whenever you see a new word or phrase, click on it to get its meaning
- Add it to your vocabulary to practice later

- Go to the main extension window and start practising



★ QUESTIONS, FEEDBACK: Having problems with this extension? If the suggestions above didn't work, please fill out a problem report: https://chrome.google.com/webstore/support/                    

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

ชื่อ Wordzzz — Learn languages while surf & stream Wordzzz — Learn languages while surf & stream
ID bgfobkngnaldjlpdinojijockhfjheho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wordzzz-%E2%80%94-learn-languages/bgfobkngnaldjlpdinojijockhfjheho
คำอธิบาย Boost your language learning with Wordzzz
ขนาดไฟล์ 2.17 MB
จำนวนการติดตั้ง 419
เวอร์ชันปัจจุบัน 3.0.1
อัปเดตครั้งล่าสุด 2023-11-15
วันที่เผยแพร่ 2022-10-07
คะแนน 4.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://wordzzz.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wordzzz.app
URL หน้าช่วยเหลือ https://wordzzz.app
URL หน้านโยบายความเป็นส่วนตัว https://wordzzz.app/privacy-app.html
ภาษาที่รองรับ de,en,fr,tr,es,it,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "Wordzzz",
    "description": "__MSG_description__",
    "version": "3.0.1",
    "default_locale": "en",
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "css": [
                "styles\/fonts.css",
                "styles\/content.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "cookies"
    ],
    "icons": {
        "16": "images\/icon_logo.png",
        "128": "images\/icon_logo128.png"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": true
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "*.ttf",
                "*.eot",
                "*.woff",
                "*.woff2",
                "images\/*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/localhost\/",
        "*:\/\/*.wordzzz.app\/"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "__MSG_name__",
        "default_popup": "pages\/popup.html",
        "default_icon": "images\/icon_logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    }
}