Dash Price

Dash Price Monitor and other utilities around Dash

什么是Dash Price?

Dash Price是由Alex Werner开发的Chrome扩展程序,该扩展的主要功能是“Dash Price Monitor and other utilities around Dash”。

扩展截图

screenshot

下载Dash Price扩展crx文件

下载Dash Price扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        DASH PRICE  

Google Chrome extension that shows dash price in USD and monitor it

Features

- Show the price in the currency wanted (33 currency) with data from the ECB.
- Able to monitor the fiat equivalent of your wealth in dash instead of the price
- Notify you if price goes higher or lower than a defined price (or by default the last higher/lower price)
- Handle over 33 currency as such : 
    * BTC
    * USD
    * EUR
    * JPY
    * BGN
    * CZK
    * DKK
    * GBP
    * HUF
    * PLN
    * RON
    * SEK
    * CHF
    * NOK
    * HRK
    * RUB
    * TRY
    * AUD
    * BRL
    * CAD
    * CNY
    * HKD
    * IDR
    * ILS
    * INR
    * KRW
    * MXN
    * MYR
    * NZD
    * PHP
    * SGD
    * THB
    * ZAR
- Handle multiple precision
- Allow you to multiply/divide the price (Useful for some money like KRW where 1 Dash = 22311 KRW, you might want to count with K KRW (ie : 22.311K KRW)
- Allow you to select the refresh rate from 10s to once every 4 hours                    

扩展基本信息

名称 Dash Price Dash Price
ID acgkalgdbjdhcfofjhmogbkfgelmfloo
官方URL https://chrome.google.com/webstore/detail/dash-price/acgkalgdbjdhcfofjhmogbkfgelmfloo
简介 Dash Price Monitor and other utilities around Dash
文件大小 119 KB
安装次数 61
当前版本 1.3.0
更新时间 2017-02-20
上架时间 2017-02-20
评分 4.20/5 共10次评分
开发者 Alex Werner
付费类型 free
扩展官网 https://github.com/Alex-Werner/dash-price
帮助页面URL https://github.com/Alex-Werner/dash-price
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dash Price",
    "description": "Dash Price Monitor and other utilities around Dash",
    "version": "1.3.0",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Alex Werner ",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "permissions": [
        "background",
        "notifications",
        "storage",
        "https:\/\/api.coinmarketcap.com\/",
        "http:\/\/www.ecb.europa.eu\/"
    ]
}