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\/"
    ]
}