What The Hash?

Find out #wtf everyone is saying

What is What The Hash??

What The Hash? is a Chrome extension developed by Eleazar Vega-Gonzalez, and its main feature is "Find out #wtf everyone is saying".

Extension Screenshots

screenshot

Download What The Hash? Extension CRX File

Download What The Hash? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        #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                    

Extension Basic Information

Name What The Hash? What The Hash?
ID dccmckjomcladobbckpcgcgkflnelioc
Official URL https://chrome.google.com/webstore/detail/what-the-hash/dccmckjomcladobbckpcgcgkflnelioc
Description Find out #wtf everyone is saying
File Size 56.19 KB
Installation Count 26
Current Version 1.0
Last Updated 2014-02-16
Publish Date 2014-02-16
Rating 5.00/5 Total 2 Ratings
Developer Eleazar Vega-Gonzalez
Payment Type free
Supported Languages 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"
    ]
}