Define

Define helps you to find the definition of any word on your browser without you changing the Tab. 1. Select the word you wanted the…

What is Define?

Define is a Chrome extension developed by Abhinav Mehta, and its main feature is "Define helps you to find the definition of any word on your browser without you changing the Tab. 1. Select the word you wanted the…".

Extension Screenshots

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

                        Define helps you to find the definition of any word on your browser without you changing the Tab.
1. Select the word you wanted the Definition for.
2. Right click and select Define word or Click on the define Chrome Extension icon                    

Extension Basic Information

Name Define Define
ID ghekgieimigknomennplpoiomnldfbaa
Official URL https://chromewebstore.google.com/detail/define/ghekgieimigknomennplpoiomnldfbaa
Description Define helps you to find the definition of any word on your browser without you changing the Tab. 1. Select the word you wanted the…
File Size 16.1 KB
Installation Count 35
Current Version 0.0.1
Last Updated 2020-09-28
Publish Date 2020-09-28
Rating 5.00/5 Total 1 Ratings
Developer Abhinav Mehta
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Define",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "popUp\/index.html",
        "default_title": "Define"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}