Definition finder

Find Definition FAST

¿Qué es Definition finder?

Definition finder es una extensión de Chrome desarrollada por https://eden-mann.blogspot.com, y su función principal es "Find Definition FAST".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Definition finder

Descarga archivos de extensión Definition finder 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

                        This extension is created for searching for definitions fast.
All you have to do is open the extension up in the top right hand corner and then click on the magnifying glass icon to launch the extension.Then you just have to type in the word you want to find out the definition for and press enter or click the search logo.Then a new tab will launch on "dictionary.reference.com"
with your result on the page...


(I do no own http://dictionary.reference.com i am using there site just like a user would be making it automatic and faster)                    

Información Básica de la Extensión

Nombre Definition finder Definition finder
ID gfolphmpnkkhkmcfofbjkkbidocjkmgo
URL Oficial https://chromewebstore.google.com/detail/definition-finder/gfolphmpnkkhkmcfofbjkkbidocjkmgo
Descripción Find Definition FAST
Tamaño del Archivo 124 KB
Cantidad de Instalaciones 56
Versión Actual 1.0
Última Actualización 2019-03-08
Fecha de Publicación 2019-03-07
Desarrollador https://eden-mann.blogspot.com
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Definition finder",
    "version": "1.0",
    "description": "Find Definition FAST",
    "icons": {
        "48": "img\/ICON-Padding.png",
        "128": "img\/ICON-Padding.png",
        "16": "img\/ICON-Padding.png"
    },
    "browser_action": {
        "default_icon": "img\/480px-Magnifying_glass.png",
        "default_title": "Press the button to see more actions",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ]
}