What The Hash?

Find out #wtf everyone is saying

Vad är What The Hash??

What The Hash? är en Chrome-tillägg utvecklad av Eleazar Vega-Gonzalez, och dess huvudfunktion är "Find out #wtf everyone is saying".

Tilläggsskärmbilder

screenshot

Ladda ner What The Hash?-förlängningens CRX-fil

Ladda ner What The Hash?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        #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                    

Grundläggande Information om Tillägg

Namn What The Hash? What The Hash?
ID dccmckjomcladobbckpcgcgkflnelioc
Officiell webbadress https://chrome.google.com/webstore/detail/what-the-hash/dccmckjomcladobbckpcgcgkflnelioc
Beskrivning Find out #wtf everyone is saying
Filstorlek 56.19 KB
Antal Installationer 26
Aktuell Version 1.0
Senast Uppdaterad 2014-02-16
Publiceringsdatum 2014-02-16
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Eleazar Vega-Gonzalez
Betalningssätt free
Stödda Språk 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"
    ]
}