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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve vocabulary by automatically highlighting every word on your vocabulary list every time it appears on the website you visit."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wordentifier: Improve Your Vocabulary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}