What The Hash?
Find out #wtf everyone is saying
什么是What The Hash??
What The Hash?是由Eleazar Vega-Gonzalez开发的Chrome扩展程序,该扩展的主要功能是“Find out #wtf everyone is saying”。
扩展截图
下载What The Hash?扩展crx文件
下载What The Hash?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
#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
扩展基本信息
名称 | |
ID | dccmckjomcladobbckpcgcgkflnelioc |
官方URL | https://chrome.google.com/webstore/detail/what-the-hash/dccmckjomcladobbckpcgcgkflnelioc |
简介 | Find out #wtf everyone is saying |
文件大小 | 56.19 KB |
安装次数 | 26 |
当前版本 | 1.0 |
更新时间 | 2014-02-16 |
上架时间 | 2014-02-16 |
评分 | 5.00/5 共2次评分 |
开发者 | Eleazar Vega-Gonzalez |
付费类型 | free |
支持的语言 | 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" ] } |