Word Definer

Get the definitions of all big or complex words from every webpage

What is Word Definer?

Word Definer is a Chrome extension developed by Unknown, and its main feature is "Get the definitions of all big or complex words from every webpage".

Extension Screenshots

screenshot
screenshot
screenshot

Download Word Definer Extension CRX File

Download Word Definer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Word definer is the perfect extension for all of your vocabulary needs. Every webpage visited will have a compiled list of words in the toolbar that have been pulled directly from the page. Figure out words you do not know by retrieving their definitions instantly at the click of a button.                    

Extension Basic Information

Name Word Definer Word Definer
ID pebaoppkhmdljgfcepaocgdifalikhhh
Official URL https://chromewebstore.google.com/detail/word-definer/pebaoppkhmdljgfcepaocgdifalikhhh
Description Get the definitions of all big or complex words from every webpage
File Size 21.79 KB
Installation Count 54
Current Version 0.0.1
Last Updated 2021-11-02
Publish Date 2021-11-02
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Definer",
    "description": "Get the definitions of all big or complex words from every webpage",
    "version": "0.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/dictionary16x16.png",
        "48": "images\/dictionary48x48.png",
        "128": "images\/dictionary128x128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}