What The Hash?
Find out #wtf everyone is saying
O que é What The Hash??
What The Hash? é uma extensão do Chrome desenvolvida por Eleazar Vega-Gonzalez, e sua principal característica é "Find out #wtf everyone is saying".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão What The Hash?
Baixe arquivos de extensão What The Hash? no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
#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
Informações Básicas da Extensão
Nome | |
ID | dccmckjomcladobbckpcgcgkflnelioc |
URL Oficial | https://chrome.google.com/webstore/detail/what-the-hash/dccmckjomcladobbckpcgcgkflnelioc |
Descrição | Find out #wtf everyone is saying |
Tamanho do Arquivo | 56.19 KB |
Contagem de Instalações | 26 |
Versão Atual | 1.0 |
Última Atualização | 2014-02-16 |
Data de Publicação | 2014-02-16 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Eleazar Vega-Gonzalez |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |