Define

Stop wasting your time searching manually

What is Define?

Define is a Chrome extension developed by Anuraag, and its main feature is "Stop wasting your time searching manually".

Extension Screenshots

screenshot
screenshot

Download Define Extension CRX File

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

                        Right click over a word selection and find the definition very easily using any of the major dictionaries, with only one click.                    

Extension Basic Information

Name Define Define
ID neefgpkjllboobgicmbffldacfejikdg
Official URL https://chromewebstore.google.com/detail/define/neefgpkjllboobgicmbffldacfejikdg
Description Stop wasting your time searching manually
File Size 10.04 KB
Installation Count 124
Current Version 1.0
Last Updated 2015-03-22
Publish Date 2015-03-22
Rating 3.00/5 Total 2 Ratings
Developer Anuraag
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Define",
    "description": "Stop wasting your time searching manually",
    "version": "1.0",
    "browser_action": {
        "default_icon": "loll.png"
    },
    "icons": {
        "16": "loll.png",
        "48": "loll.png",
        "128": "loll.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "scripts.js"
        ]
    },
    "manifest_version": 2
}