Stellar Lumens (XLM) Price Tracker

Display the price of Stellar Lumens right in your browser.

Stellar Lumens (XLM) Price Trackerคืออะไร?

Stellar Lumens (XLM) Price Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chinedu Enwere และคุณลักษณะหลักของมันคือ "Display the price of Stellar Lumens right in your browser."

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

screenshot
screenshot
screenshot

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

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

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

                        1.4.1
- Updated options page
1.4
- Bug fixes.
- more settings

Want to support my work?
XLM: GBATAFP3JBIFGIGID7Z244B3SOXK2JVGO4VSADQB7K5TZ7MT5OVG4UEW

Want more features? Suggest them here: https://forms.gle/joSg3bfazsoZzbFd9                    

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

ชื่อ Stellar Lumens (XLM) Price Tracker Stellar Lumens (XLM) Price Tracker
ID pbffeaoofdbbccdcohlgedpihhehdmhp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stellar-lumens-xlm-price/pbffeaoofdbbccdcohlgedpihhehdmhp
คำอธิบาย Display the price of Stellar Lumens right in your browser.
ขนาดไฟล์ 533 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2019-04-14
วันที่เผยแพร่ 2019-04-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Chinedu Enwere
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stellar Lumens (XLM) Price Tracker",
    "version": "1.4.1",
    "manifest_version": 2,
    "description": "Display the price of Stellar Lumens right in your browser.",
    "content_security_policy": "script-src 'self' https:\/\/s3.tradingview.com\/tv.js; object-src 'self'",
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Stellar Lumens Price Tracker",
        "default_popup": "popup.html",
        "default_icon": "newstellarlogo.png"
    },
    "background": {
        "scripts": [
            "price.js",
            "datasrc.js",
            "widget.js",
            "pricenotif.js"
        ],
        "persistent": true
    },
    "permissions": [
        "notifications",
        "storage"
    ]
}