Wordzzz – Learn language with video subs

Boost your language learning with Wordzzz

Wordzzz – Learn language with video subs là gì?

Wordzzz – Learn language with video subs là một tiện ích mở rộng Chrome được phát triển bởi https://wordzzz.app, và tính năng chính của nó là "Boost your language learning with Wordzzz".

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

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

Tải xuống tệp CRX của tiện ích mở rộng Wordzzz – Learn language with video subs

Tải xuống các tệp mở rộng Wordzzz – Learn language with video subs 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

                        Wordzzz — Translate words & subtitles

Boost your language learning with Wordzzz for Chrome

Wordzzz extension analyzes subtitles in your YouTube & Netflix player (subtitles must be enabled) and when you hover over a word, the video stops and you can click on a word to see the translation card.

All translated words can be added to your vocabulary. We use internal storage of the browser so no sign-in is required. When you click on the Wordzzz icon, the main extension window with vocabulary and language settings will appear. Learn new words with the most effective card system. When you start practicing, hover over the card and see the translation of the new word - this effective method allows you to remember the new words and check the translation on-the-go.

★ TRANSLATE TEXT WHILE BROWSING
Double click or select any word to translate it

★ SAVE NEW WORDS
Save words while watching your favorite videos on YouTube

★ PRACTICE YOUR VOCABULARY
Learn new words with the most effective card system

★ 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/                    

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

Tên Wordzzz – Learn language with video subs Wordzzz – Learn language with video subs
ID iekapmfhbnlnpgapdilmdlehfmelengm
URL Chính Thức https://chrome.google.com/webstore/detail/wordzzz-%E2%80%93-learn-language/iekapmfhbnlnpgapdilmdlehfmelengm
Mô tả Boost your language learning with Wordzzz
Kích Thước Tệp 2.01 MB
Số Lần Cài Đặt 484
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2021-03-11
Ngày Phát Hành 2020-08-22
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://wordzzz.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wordzzz.app/
Ngôn Ngữ Được Hỗ Trợ 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": "2.0.0",
    "default_locale": "en",
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                ".\/js\/vendor.js",
                ".\/js\/content.js"
            ],
            "css": [
                ".\/styles\/fonts.css",
                ".\/styles\/content.css"
            ]
        }
    ],
    "content_security_policy": "child-src 'self' blob:; worker-src 'self' blob:; script-src 'self' https:\/\/cdn.logrocket.io https:\/\/cdn.lr-ingest.io https:\/\/www.google-analytics.com https:\/\/*.amplitude.com; object-src 'self';",
    "web_accessible_resources": [
        "*.ttf",
        "*.eot",
        "*.woff",
        "*.woff2",
        "images\/*.svg"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "notifications",
        "contextMenus"
    ],
    "optional_permissions": [
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_popup": ".\/pages\/popup.html",
        "default_icon": ".\/images\/icon_logo.png"
    },
    "icons": {
        "16": ".\/images\/icon_logo.png",
        "128": ".\/images\/icon_logo128.png"
    },
    "background": {
        "scripts": [
            ".\/js\/vendor.js",
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": ".\/pages\/options.html",
        "open_in_tab": true
    },
    "manifest_version": 2
}