Dash Price

Dash Price Monitor and other utilities around Dash

¿Qué es Dash Price?

Dash Price es una extensión de Chrome desarrollada por Alex Werner, y su función principal es "Dash Price Monitor and other utilities around Dash".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Dash Price

Descarga archivos de extensión Dash Price en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Dash Price Dash Price
ID acgkalgdbjdhcfofjhmogbkfgelmfloo
URL Oficial https://chrome.google.com/webstore/detail/dash-price/acgkalgdbjdhcfofjhmogbkfgelmfloo
Descripción Dash Price Monitor and other utilities around Dash
Tamaño del Archivo 119 KB
Cantidad de Instalaciones 61
Versión Actual 1.3.0
Última Actualización 2017-02-20
Fecha de Publicación 2017-02-20
Calificación 4.20/5 Total de 10 Calificaciones
Desarrollador Alex Werner
Tipo de Pago free
Sitio Web de la Extensión https://github.com/Alex-Werner/dash-price
URL de la Página de Ayuda https://github.com/Alex-Werner/dash-price
Idiomas Soportados 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\/"
    ]
}