Ripple Price Ticker

Ripple Price Ticker and other utilities around Ripple

Ripple Price Tickerคืออะไร?

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

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

screenshot

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

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

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

                        Get updated Ripple XRP prices with high/low alerts.                    

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

ชื่อ Ripple Price Ticker Ripple Price Ticker
ID eicmompglnpkgaepabdflodladchenfa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ripple-price-ticker/eicmompglnpkgaepabdflodladchenfa
คำอธิบาย Ripple Price Ticker and other utilities around Ripple
ขนาดไฟล์ 118 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.0.15
อัปเดตครั้งล่าสุด 2018-01-11
วันที่เผยแพร่ 2018-01-11
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา jmar42
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ripple Price Ticker",
    "short_name": "Ripple Price",
    "description": "Ripple Price Ticker and other utilities around Ripple",
    "version": "1.0.15",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Jeff Martinez ",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "permissions": [
        "background",
        "notifications",
        "storage",
        "https:\/\/api.coinmarketcap.com\/",
        "http:\/\/www.ecb.europa.eu\/"
    ]
}