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" ] } |