WordUp

It helps you to complete your WordUp knowledge map by automatically highlighting the words you don't know and showing their meaning.

WordUp क्या है?

WordUp https://wordupapp.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It helps you to complete your WordUp knowledge map by automatically highlighting the words you don't know and showing their meaning."।

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

screenshot
screenshot
screenshot

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

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

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

                        WordUp is a revolutionary app for learning new English words and improving your vocabulary. It maps out where the gaps in your knowledge are, and creates a personalised learning plan that focuses on one word at a time. 

This Chrome Extension allows you to complete your WordUp knowledge map as you browse the web. It will scan the page you're looking at, and check every word on the page against your WordUp knowledge map. 

- If you have declared that you know the word, it will do nothing.
- If you have declared that you don't, then it will show a red underline, helping you to quickly look up the word's definitions with a single click.
- If you have not declared it either way, it will show a green line below the word, which you can then click to see the definitions and also declare if you knew it or not.

This helps you in 2 ways. Firstly, it will help you to complete your WordUp knowledge map. Secondly, and once, your knowledge map is more complete, it will cleverly highlight any word that you don't know on any web page, and help you look it up with no effort!

This helps you to build WordUp into your everyday life and make the most out of your WordUp knowledge map in your day-to-day life.

With WordUp, you are in control of your knowledge.                    

एक्सटेंशन की मूल जानकारी

नाम WordUp WordUp
ID hjglipkneddkikocdjfhmnachfjoccjn
आधिकारिक URL https://chromewebstore.google.com/detail/wordup/hjglipkneddkikocdjfhmnachfjoccjn
विवरण It helps you to complete your WordUp knowledge map by automatically highlighting the words you don't know and showing their meaning.
फ़ाइल का आकार 3.37 MB
स्थापना संख्या 9,000
वर्तमान संस्करण 2.4
अंतिम अपडेट 2024-01-04
प्रकाशन तिथि 2020-08-02
रेटिंग 3.73/5 कुल 71 रेटिंग्स
डेवलपर https://wordupapp.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.wordupapp.co/
सहायता पृष्ठ URL https://www.wordupapp.co/support
गोपनीयता नीति पृष्ठ URL https://www.wordupapp.co/privacy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WordUp",
    "description": "It helps you to complete your WordUp knowledge map by automatically highlighting the words you don't know and showing their meaning.",
    "version": "2.4",
    "author": "WordUp App Ltd",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "WordUp",
        "default_icon": {
            "16": "img\/favicon.png",
            "32": "img\/favicon.png",
            "48": "img\/favicon.png",
            "128": "img\/favicon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "*:\/\/*\/"
            ],
            "all_frames": true,
            "css": [
                "glideJs\/dist\/css\/glide.core.min.css",
                "glideJs\/dist\/css\/glide.theme.min.css",
                "base.css",
                "popup\/popup.css",
                "content\/content.css"
            ],
            "js": [
                "glideJs\/dist\/glide.js",
                "popup\/popup.js",
                "content\/content.js",
                "static\/js\/util.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/favicon.png",
        "32": "img\/favicon.png",
        "48": "img\/favicon.png",
        "128": "img\/favicon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "optional_host_permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/favicon.png",
                "img\/speakerIcon.png",
                "img\/Knew.png",
                "img\/Check.png",
                "welcome.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}