WordWeb Dictionary Lookup

One-click lookup with WordWeb (wordweb.info, Windows only)

What is WordWeb Dictionary Lookup?

WordWeb Dictionary Lookup is a Chrome extension developed by https://wordweb.info, and its main feature is "One-click lookup with WordWeb (wordweb.info, Windows only)".

Extension Screenshots

screenshot

Download WordWeb Dictionary Lookup Extension CRX File

Download WordWeb Dictionary Lookup 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

                        Enables one-click dictionary/thesaurus look up:

 * Ctrl+Right Click on a word on any page to look it up in WordWeb

 * Toolbar icon to open WordWeb with selected text, or look up word at the cursor in a edit box

 * Ctrl+Alt+W to open WordWeb with selected text, or active word in edit box

 * If you are editing text, you can use the Replace button in WordWeb to replace the word with a synonym or corrected spelling

Note that WordWeb or WordWeb Pro  8.1 or higher for Windows must be installed (default option).  WordWeb is available separately from http://wordweb.info, free or Pro versions.                    

Extension Basic Information

Name WordWeb Dictionary Lookup WordWeb Dictionary Lookup
ID ilikenhndcpmliapkmmhoimckaokmihm
Official URL https://chromewebstore.google.com/detail/wordweb-dictionary-lookup/ilikenhndcpmliapkmmhoimckaokmihm
Description One-click lookup with WordWeb (wordweb.info, Windows only)
File Size 23.55 KB
Installation Count 47,121
Current Version 0.0.1.6
Last Updated 2017-05-08
Publish Date 2017-05-08
Rating 4.74/5 Total 50 Ratings
Developer https://wordweb.info
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.wordwebsoftware.com/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WordWeb Dictionary Lookup",
    "short_name": "WordWeb",
    "version": "0.0.1.6",
    "manifest_version": 2,
    "description": "One-click lookup with WordWeb (wordweb.info, Windows only)",
    "icons": {
        "24": "images\/24.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "author": "WordWeb Software",
    "homepage_url": "http:\/\/wordweb.info\/",
    "browser_action": {
        "default_title": "WordWeb"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "backgroundscript.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "tabs"
    ]
}