What The Hash?

Find out #wtf everyone is saying

¿Qué es What The Hash??

What The Hash? es una extensión de Chrome desarrollada por Eleazar Vega-Gonzalez, y su función principal es "Find out #wtf everyone is saying".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión What The Hash?

Descarga archivos de extensión What The Hash? 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

                        #omg #tbt #ff #fbf #yolo

Tired of keeping up with the latest hashtags? With "What the Hash?" just hover over a hashtag on twitter, Facebook, or anywhere else and immediately get a definition.


Built using the tagdef API
http://www.tagdef.com                    

Información Básica de la Extensión

Nombre What The Hash? What The Hash?
ID dccmckjomcladobbckpcgcgkflnelioc
URL Oficial https://chrome.google.com/webstore/detail/what-the-hash/dccmckjomcladobbckpcgcgkflnelioc
Descripción Find out #wtf everyone is saying
Tamaño del Archivo 56.19 KB
Cantidad de Instalaciones 26
Versión Actual 1.0
Última Actualización 2014-02-16
Fecha de Publicación 2014-02-16
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Eleazar Vega-Gonzalez
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What The Hash?",
    "version": "1.0",
    "description": "Find out #wtf everyone is saying",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "96": "96.png",
        "128": "128.png",
        "256": "256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "explained.js"
            ]
        }
    ],
    "background": {
        "page": "background.html",
        "js": [
            "jquery-2.1.0.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/api.tagdef.com\/*",
        "storage"
    ]
}