What The Hash?

Find out #wtf everyone is saying

Wat is What The Hash??

What The Hash? is een Chrome-extensie ontwikkeld door Eleazar Vega-Gonzalez, en de belangrijkste functie is "Find out #wtf everyone is saying".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie What The Hash?

Download What The Hash?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        #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                    

Basisinformatie over de Extensie

Naam What The Hash? What The Hash?
ID dccmckjomcladobbckpcgcgkflnelioc
Officiële URL https://chrome.google.com/webstore/detail/what-the-hash/dccmckjomcladobbckpcgcgkflnelioc
Beschrijving Find out #wtf everyone is saying
Bestandsgrootte 56.19 KB
Aantal Installaties 26
Huidige Versie 1.0
Laatst Bijgewerkt 2014-02-16
Publicatiedatum 2014-02-16
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Eleazar Vega-Gonzalez
Betalingswijze free
Ondersteunde Talen 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"
    ]
}