Vocab Tracker

VocabTracker is inspired by LingQ, Readlang and LWT: it helps you track your vocabulary on any web page.

Vocab Tracker là gì?

Vocab Tracker là một tiện ích mở rộng Chrome được phát triển bởi https://vocabtracker.com, và tính năng chính của nó là "VocabTracker is inspired by LingQ, Readlang and LWT: it helps you track your vocabulary on any web page.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vocab Tracker

Tải xuống các tệp mở rộng Vocab Tracker 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

                        VocabTracker is a vocabulary tracking tool which can let you track your vocabulary on any page so that you can use any website as a language learning resource.

It supports the following features:

  - Support English, French, Spanish, German, Italian, Russian, Ukrainian, Japanese, Chinese, Korean, Dutch, Arabic, Latin, Polish and more languages are being added now.
  - Analyze words on any web page and highlight the words with different colors based on your familiarity with the words.
  - Support adding user's own dictionaries to the tool, for example: NCIKU, Glosbe, merriam-webster and so on.
  - Support flash card and SRS system to help you memorize your vocabulary.
  - Support two modes -- "Lemma" and "Variant": in "Lemma" mode, the tool can find the lemma for word variants such as "were", "was", "is", "are", "am" and treat those variants as the same word ("be").
  - Support adding phrases to your vocabulary.
  - Support segmenting Chinese (both Mandarin and Traditional Chinese) and Japanese with a very high accuracy.
  - Support exporting vocabulary to CSV file so that you can add your vocabulary to Anki or other tools.

Note: This extension doesn't save your vocabulary data locally -- it saves them on a remote server. So in order to use this tool, you will need to register a user for this extension first.                    

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

Tên Vocab Tracker Vocab Tracker
ID dmnblpfefmpaflamlfgmimhkmdmhlcda
URL Chính Thức https://chromewebstore.google.com/detail/vocab-tracker/dmnblpfefmpaflamlfgmimhkmdmhlcda
Mô tả VocabTracker is inspired by LingQ, Readlang and LWT: it helps you track your vocabulary on any web page.
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 3,242
Phiên Bản Hiện Tại 2.0.3
Cập Nhật Lần Cuối 2023-09-14
Ngày Phát Hành 2020-05-17
Đánh Giá 4.46/5 Tổng số 52 Đánh Giá
Nhà Phát Triển https://vocabtracker.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.vocabtracker.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vocab Tracker",
    "manifest_version": 3,
    "version": "2.0.3",
    "description": "VocabTracker is inspired by LingQ, Readlang and LWT: it helps you track your vocabulary on any web page.",
    "background": {
        "service_worker": "chrome-extension\/static\/js\/background.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/www.vocabtracker.com\/*",
            "*:\/\/www.digitmenu.net\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "action": [],
    "icons": {
        "16": "lowercase_letter_v.png",
        "32": "lowercase_letter_v.png",
        "48": "lowercase_letter_v.png",
        "128": "lowercase_letter_v.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.css",
                "*.html",
                "*.map"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "tts"
    ]
}