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…

Wat is Define?

Define is een Chrome-extensie ontwikkeld door Abhinav Mehta, en de belangrijkste functie 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…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Define

Download Define-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Define Define
ID ghekgieimigknomennplpoiomnldfbaa
Officiële URL https://chromewebstore.google.com/detail/define/ghekgieimigknomennplpoiomnldfbaa
Beschrijving 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…
Bestandsgrootte 16.1 KB
Aantal Installaties 35
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-09-28
Publicatiedatum 2020-09-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Abhinav Mehta
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}