Urban Dictionary Instant Word Lookup

Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.

¿Qué es Urban Dictionary Instant Word Lookup?

Urban Dictionary Instant Word Lookup es una extensión de Chrome desarrollada por Alireza Ghasemi, y su función principal es "Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Urban Dictionary Instant Word Lookup

Descarga archivos de extensión Urban Dictionary Instant Word Lookup 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

                                            

Información Básica de la Extensión

Nombre Urban Dictionary Instant Word Lookup Urban Dictionary Instant Word Lookup
ID iphhinkkgcndibcnabdcfcianhebblmb
URL Oficial https://chromewebstore.google.com/detail/urban-dictionary-instant/iphhinkkgcndibcnabdcfcianhebblmb
Descripción Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.
Tamaño del Archivo 160 KB
Cantidad de Instalaciones 825
Versión Actual 0.0.9
Última Actualización 2015-02-09
Fecha de Publicación 2015-02-09
Calificación 3.70/5 Total de 10 Calificaciones
Desarrollador Alireza Ghasemi
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Urban Dictionary Instant Word Lookup",
    "description": "Lookup the selected word\/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.",
    "version": "0.0.9",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-2.0.2.min.js",
            "js\/jquery.webui-popover.js",
            "js\/jquery.mobile-1.4.5.min.js",
            "js\/jquery.qtip-1.0.0-rc3.min.js",
            "js\/background.js",
            "js\/gcookie.js"
        ]
    },
    "manifest_version": 2,
    "short_name": "UrbanDictionary Lookup",
    "icons": {
        "16": "img\/lookup128.png",
        "128": "img\/lookup128.png"
    },
    "browser_action": {
        "default_icon": "img\/lookup128.png",
        "default_title": "Lookup in Urban Dictionary",
        "default_popup": "popup.html"
    }
}