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 扩展基本信息
| 名称 | |
| 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"
} | |