Wordentifier: Improve Your Vocabulary

Improve vocabulary by automatically highlighting every word on your vocabulary list every time it appears on the website you visit.

Wordentifier: Improve Your Vocabulary là gì?

Wordentifier: Improve Your Vocabulary là một tiện ích mở rộng Chrome được phát triển bởi Chanbin Park, và tính năng chính của nó là "Improve vocabulary by automatically highlighting every word on your vocabulary list every time it appears on the website you visit.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wordentifier: Improve Your Vocabulary

Tải xuống các tệp mở rộng Wordentifier: Improve Your Vocabulary 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

                        Wordentifier is a perfect tool to help you memorize vocabulary and familiarize with them in different contexts. Works in any language.

The extension has three main functions:

1. You can add, edit, and delete words from your custom vocabulary list. You can add the word, its definition, and an example sentence on your list. 

2. You can easily add words by right-clicking on the word on a website and click "Add a word to List." It will not only save the word on your vocabulary list but also automatically add its definition from a dictionary.

3. The extension highlights every instance of the words on your vocabulary list whenever they appear on the website you visit.

** Updates **
0.0.0.2 - Fixed a bug on highlighting multiple words on the same paragraph, added the expand all button, added a highlight color picker functionality.
0.0.0.3 - Fixed some bugs on highlight color picker functionality.                    

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

Tên Wordentifier: Improve Your Vocabulary Wordentifier: Improve Your Vocabulary
ID jhjhjkoadlkanedlnhnhlihpmjbmnine
URL Chính Thức https://chromewebstore.google.com/detail/wordentifier-improve-your/jhjhjkoadlkanedlnhnhlihpmjbmnine
Mô tả Improve vocabulary by automatically highlighting every word on your vocabulary list every time it appears on the website you visit.
Kích Thước Tệp 45.03 KB
Số Lần Cài Đặt 200
Phiên Bản Hiện Tại 0.0.0.4
Cập Nhật Lần Cuối 2021-08-14
Ngày Phát Hành 2021-08-03
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Chanbin Park
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordentifier: Improve Your Vocabulary",
    "description": "Improve vocabulary by automatically highlighting every word on your vocabulary list every time it appears on the website you visit.",
    "version": "0.0.0.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "script.js"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}