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é es Define?

Define es una extensión de Chrome desarrollada por Abhinav Mehta, y su función principal es "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…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Define

Descarga archivos de extensión Define en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Define Define
ID ghekgieimigknomennplpoiomnldfbaa
URL Oficial https://chromewebstore.google.com/detail/define/ghekgieimigknomennplpoiomnldfbaa
Descripción 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…
Tamaño del Archivo 16.1 KB
Cantidad de Instalaciones 35
Versión Actual 0.0.1
Última Actualización 2020-09-28
Fecha de Publicación 2020-09-28
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Abhinav Mehta
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}