Easy Dictionary Meaning

Double click a word to view its meaning

What is Easy Dictionary Meaning?

Easy Dictionary Meaning is a Chrome extension developed by Unknown, and its main feature is "Double click a word to view its meaning".

Extension Screenshots

screenshot

Download Easy Dictionary Meaning Extension CRX File

Download Easy Dictionary Meaning 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

                        Easily view the meaning of the words by double clicking the text. It provides multiple defination, parts of speech, and phonetics. You can browser through different definitions with an easy click.                    

Extension Basic Information

Name Easy Dictionary Meaning Easy Dictionary Meaning
ID jhlfkahgebegelcbjbmohhiejffgnhkp
Official URL https://chromewebstore.google.com/detail/easy-dictionary-meaning/jhlfkahgebegelcbjbmohhiejffgnhkp
Description Double click a word to view its meaning
File Size 16.24 KB
Installation Count 80
Current Version 1.1
Last Updated 2013-03-24
Publish Date 2013-03-24
Rating 3.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Dictionary Meaning",
    "description": "Double click a word to view its meaning",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dictionary.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}