DigiByte Ticker
Show DigiByte price on badge.
DigiByte Tickerとは何ですか?
DigiByte Tickerはjeff88によって開発されたChromeの拡張機能で、その主な機能は「Show DigiByte price on badge.」です。
拡張機能のスクリーンショット
DigiByte Ticker拡張機能のCRXファイルをダウンロード
DigiByte Ticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Show DigiByte price in USD or BTC on badge. ver 0.1 added coinmarket.io*, added USD converter *because coinmarket havnt got an API, i make my API. and its need allow to take data from http://engineerblog.ru/takedgb.php donate: DLtmvLJL9cRGGSbfS9eUufYbjoPUcgxxUx
拡張機能の基本情報
名前 | DigiByte Ticker |
ID | hllhpnafinmgfmihbjeppondanjcejpa |
公式URL | https://chromewebstore.google.com/detail/digibyte-ticker/hllhpnafinmgfmihbjeppondanjcejpa |
説明 | Show DigiByte price on badge. |
ファイルサイズ | 57.52 KB |
インストール数 | 37 |
現在のバージョン | 0.1 |
最終更新日 | 2014-01-30 |
公開日 | 2014-01-30 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | jeff88 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "dgb_48.png" }, "description": "Show DigiByte price on badge.", "icons": { "128": "dgb_128.png", "16": "dgb_16.png", "48": "dgb_48.png" }, "manifest_version": 2, "name": "DigiByte Ticker", "options_page": "options.html", "permissions": [ "http:\/\/engineerblog.ru\/", "https:\/\/btc-e.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1" } |