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…

Cos'è Define?

Define è un'estensione di Chrome sviluppata da Abhinav Mehta, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Define

Scarica i file di estensione Define in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Define Define
ID ghekgieimigknomennplpoiomnldfbaa
URL Ufficiale https://chromewebstore.google.com/detail/define/ghekgieimigknomennplpoiomnldfbaa
Descrizione 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…
Dimensione del File 16.1 KB
Conteggio Installazioni 35
Versione Corrente 0.0.1
Ultimo Aggiornamento 2020-09-28
Data di Pubblicazione 2020-09-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Abhinav Mehta
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}