Dash Price

Dash Price Monitor and other utilities around Dash

Cos'è Dash Price?

Dash Price è un'estensione di Chrome sviluppata da Alex Werner, e la sua funzione principale è "Dash Price Monitor and other utilities around Dash".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dash Price

Scarica i file di estensione Dash Price in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Dash Price Dash Price
ID acgkalgdbjdhcfofjhmogbkfgelmfloo
URL Ufficiale https://chrome.google.com/webstore/detail/dash-price/acgkalgdbjdhcfofjhmogbkfgelmfloo
Descrizione Dash Price Monitor and other utilities around Dash
Dimensione del File 119 KB
Conteggio Installazioni 61
Versione Corrente 1.3.0
Ultimo Aggiornamento 2017-02-20
Data di Pubblicazione 2017-02-20
Valutazione 4.20/5 Totale 10 Valutazioni
Sviluppatore Alex Werner
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Alex-Werner/dash-price
URL della Pagina di Aiuto https://github.com/Alex-Werner/dash-price
Lingue Supportate 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\/"
    ]
}