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?

Wordentifier: Improve Your Vocabulary是由Chanbin Park开发的Chrome扩展程序,该扩展的主要功能是“Improve vocabulary by automatically highlighting every word on your vocabulary list every time it appears on the website you visit.”。

扩展截图

screenshot
screenshot

下载Wordentifier: Improve Your Vocabulary扩展crx文件

下载Wordentifier: Improve Your Vocabulary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Wordentifier: Improve Your Vocabulary Wordentifier: Improve Your Vocabulary
ID jhjhjkoadlkanedlnhnhlihpmjbmnine
官方URL https://chromewebstore.google.com/detail/wordentifier-improve-your/jhjhjkoadlkanedlnhnhlihpmjbmnine
简介 Improve vocabulary by automatically highlighting every word on your vocabulary list every time it appears on the website you visit.
文件大小 45.03 KB
安装次数 200
当前版本 0.0.0.4
更新时间 2021-08-14
上架时间 2021-08-03
评分 5.00/5 共5次评分
开发者 Chanbin Park
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}