WordMaster

English dictionary extension

What is WordMaster?

WordMaster is a Chrome extension developed by nchathu2014, and its main feature is "English dictionary extension".

Extension Screenshots

screenshot

Download WordMaster Extension CRX File

Download WordMaster 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

                        WordMaster is a dictionary tool which helps to improve English knowledge.Technically it wrapped as a Google Chrome extension while it's heart is Facebook's ReactJS                    

Extension Basic Information

Name WordMaster WordMaster
ID ejeignhcdmhncfmpkdhiodongnnacljk
Official URL https://chromewebstore.google.com/detail/wordmaster/ejeignhcdmhncfmpkdhiodongnnacljk
Description English dictionary extension
File Size 875 KB
Installation Count 484
Current Version 1.0.2
Last Updated 2016-10-12
Publish Date 2016-10-12
Rating 5.00/5 Total 12 Ratings
Developer nchathu2014
Email [email protected]
Payment Type free
Extension Website https://twitter.com/wordmaster28
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordMaster",
    "description": "English dictionary extension",
    "icons": {
        "256": "images\/icon_256x256.png",
        "128": "images\/icon_128x128.png",
        "16": "images\/icon_16x16.png",
        "48": "images\/icon_48x48.png"
    },
    "version": "1.0.2",
    "short_name": "WordMaster",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": false
    },
    "web_accessible_resources": [
        "images\/*.gif"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}