What The Hash?
Find out #wtf everyone is saying
Cos'è What The Hash??
What The Hash? è un'estensione di Chrome sviluppata da Eleazar Vega-Gonzalez, e la sua funzione principale è "Find out #wtf everyone is saying".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione What The Hash?
Scarica i file di estensione What The Hash? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
#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
Informazioni di Base sull'Estensione
Nome | |
ID | dccmckjomcladobbckpcgcgkflnelioc |
URL Ufficiale | https://chrome.google.com/webstore/detail/what-the-hash/dccmckjomcladobbckpcgcgkflnelioc |
Descrizione | Find out #wtf everyone is saying |
Dimensione del File | 56.19 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-02-16 |
Data di Pubblicazione | 2014-02-16 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Eleazar Vega-Gonzalez |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |