Bitpay Ticker
Keep track of current bitcoin prices using Bitpay API
Bitpay Tickerとは何ですか?
Bitpay Tickerはjfreak53によって開発されたChromeの拡張機能で、その主な機能は「Keep track of current bitcoin prices using Bitpay API」です。
拡張機能のスクリーンショット
Bitpay Ticker拡張機能のCRXファイルをダウンロード
Bitpay Ticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This tiny Ticker is based off of the original MtGox ticker. This new Ticker uses the current exchange price at Bitpay to show USD current exchange rate. 拡張機能の基本情報
| 名前 | |
| ID | ahobmphfbngpaabamkhikfleaaaalpcn |
| 公式URL | https://chrome.google.com/webstore/detail/bitpay-ticker/ahobmphfbngpaabamkhikfleaaaalpcn |
| 説明 | Keep track of current bitcoin prices using Bitpay API |
| ファイルサイズ | 38.87 KB |
| インストール数 | 23 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2015-03-12 |
| 公開日 | 2015-03-12 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | jfreak53 |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"background": {
"persistent": true,
"page": "bg.html"
},
"browser_action": {
"default_icon": "bcicon.png",
"default_title": "Bitpay Ticker",
"default_popup": "popup.html"
},
"description": "Keep track of current bitcoin prices using Bitpay API",
"name": "Bitpay Ticker",
"permissions": [
"https:\/\/bitpay.com\/*"
],
"version": "0.2",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |