Definer Of Words

Defines Words You Highlight With Mouse Cursor

What is Definer Of Words?

Definer Of Words is a Chrome extension developed by kevin.teal1, and its main feature is "Defines Words You Highlight With Mouse Cursor".

Extension Screenshots

screenshot

Download Definer Of Words Extension CRX File

Download Definer Of Words 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

                        This is an page dictionary. All you have to do is highlight a word on the page with the mouse cursor and then an information box will appear with the definition of the word. 

This app will be great for those learning the English language.                    

Extension Basic Information

Name Definer Of Words Definer Of Words
ID apgbjnebgghbmgpdcllmonpdeecjlmbm
Official URL https://chrome.google.com/webstore/detail/definer-of-words/apgbjnebgghbmgpdcllmonpdeecjlmbm
Description Defines Words You Highlight With Mouse Cursor
File Size 45.1 KB
Installation Count 169
Current Version 1.0
Last Updated 2015-07-21
Publish Date 2015-07-21
Rating 5.00/5 Total 1 Ratings
Developer kevin.teal1
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Definer Of Words",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Defines Words You Highlight With Mouse Cursor",
    "browser_action": {
        "default_icon": "off.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js"
            ]
        }
    ]
}