Stellar (XLM/BTC) Price Ticker

This extension shows latest price of Stellar (XLM) in BTC.

Stellar (XLM/BTC) Price Tickerคืออะไร?

Stellar (XLM/BTC) Price Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Taha และคุณลักษณะหลักของมันคือ "This extension shows latest price of Stellar (XLM) in BTC."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stellar (XLM/BTC) Price Ticker

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

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

                        This is simple extension shows XLM/BTC price from bittrex exchange

Extension Features: 
1. XLM price in BTC
2. Notify you When Price +-
3. Control refresh time (1min by default)                    

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

ชื่อ Stellar (XLM/BTC) Price Ticker Stellar (XLM/BTC) Price Ticker
ID mghiebgjnbpicmbonejbddifajpncamd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/stellar-xlmbtc-price-tick/mghiebgjnbpicmbonejbddifajpncamd
คำอธิบาย This extension shows latest price of Stellar (XLM) in BTC.
ขนาดไฟล์ 72.84 KB
จำนวนการติดตั้ง 201
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2020-03-14
วันที่เผยแพร่ 2020-03-14
คะแนน 4.50/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Taha
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stellar (XLM\/BTC) Price Ticker",
    "description": "This extension shows latest price of Stellar (XLM) in BTC.",
    "version": "1.0.8",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/ubq.png"
    },
    "permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        "images\/ubq.png"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "options.html"
}