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…

Qu'est-ce que Define ?

Define est une extension Chrome développée par Abhinav Mehta, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Define

Téléchargez les fichiers d'extension Define au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Define Define
ID ghekgieimigknomennplpoiomnldfbaa
URL Officiel 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…
Taille du Fichier 16.1 KB
Nombre d'Installations 35
Version Actuelle 0.0.1
Dernière Mise à Jour 2020-09-28
Date de Publication 2020-09-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur Abhinav Mehta
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}