What The Hash?
Find out #wtf everyone is saying
Qu'est-ce que What The Hash? ?
What The Hash? est une extension Chrome développée par Eleazar Vega-Gonzalez, et sa fonction principale est "Find out #wtf everyone is saying".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension What The Hash?
Téléchargez les fichiers d'extension What The Hash? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
#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
Informations de Base sur l'Extension
Nom | |
ID | dccmckjomcladobbckpcgcgkflnelioc |
URL Officiel | https://chrome.google.com/webstore/detail/what-the-hash/dccmckjomcladobbckpcgcgkflnelioc |
Description | Find out #wtf everyone is saying |
Taille du Fichier | 56.19 KB |
Nombre d'Installations | 26 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-02-16 |
Date de Publication | 2014-02-16 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Eleazar Vega-Gonzalez |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |