DigiByte Ticker
Show DigiByte price on badge.
What is DigiByte Ticker?
DigiByte Ticker is a Chrome extension developed by jeff88, and its main feature is "Show DigiByte price on badge.".
Extension Screenshots
Download DigiByte Ticker Extension CRX File
Download DigiByte Ticker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | DigiByte Ticker |
ID | hllhpnafinmgfmihbjeppondanjcejpa |
Official URL | https://chromewebstore.google.com/detail/digibyte-ticker/hllhpnafinmgfmihbjeppondanjcejpa |
Description | Show DigiByte price on badge. |
File Size | 57.52 KB |
Installation Count | 37 |
Current Version | 0.1 |
Last Updated | 2014-01-30 |
Publish Date | 2014-01-30 |
Rating | 4.33/5 Total 6 Ratings |
Developer | jeff88 |
Payment Type | free |
Supported Languages | 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" } |