Dash Price

Dash Price Monitor and other utilities around Dash

Dash Priceคืออะไร?

Dash Price เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Werner และคุณลักษณะหลักของมันคือ "Dash Price Monitor and other utilities around Dash"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dash Price

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
    ]
}