USD/XRP rate

USD/XRP rate

USD/XRP rateคืออะไร?

USD/XRP rate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย medicine28 และคุณลักษณะหลักของมันคือ "USD/XRP rate"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย USD/XRP rate

ดาวน์โหลดไฟล์ส่วนขยาย USD/XRP rate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension displays USD/XRP price on chrome extension badge and updates it every 20 minutes.

This is useful for tracking where the XRP price is heading for casual user.

If you find this extension useful, please donate me at:
XRP: rsX1vKPdxwiXRUrQAS89ssMf1xj5PdPv4K
BTC: 1HbPGy4rK3mxk77k6sGo6UvUTP7EWoudSA
LTC: LhMpHkUK54kYjCvNGNYqFv4xbog4dVRPro

Technical Details:
This extension fetches weighted prices json from bitcoin charts[1] every 20 minutes and calculates USD/XRP price based on 24 hour weighted prices of BTC/XRP and BTC/USD.

[1] http://api.bitcoincharts.com/v1/weighted_prices.json                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ USD/XRP rate USD/XRP rate
ID ghbbbhmfbdibidhagaanhedhbnebhmag
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/usdxrp-rate/ghbbbhmfbdibidhagaanhedhbnebhmag
คำอธิบาย USD/XRP rate
ขนาดไฟล์ 164 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2013-11-28
วันที่เผยแพร่ 2013-11-28
คะแนน 2.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา medicine28
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "USD\/XRP rate",
    "description": "USD\/XRP rate",
    "version": "1.0.5",
    "permissions": [
        "http:\/\/api.bitcoincharts.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "page": "background.html"
    }
}