Verge (XVG) Price Ticker

This extension shows latest price ticker of popular Verge trading markets.

Verge (XVG) Price Tickerคืออะไร?

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

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Verge (XVG) Price Ticker

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

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

                        VERGE is a secure, anonymous, and constantly evolving cryptocurrency... more at (vergecurrency.com) 

Extension Features:
1. Real time price (XVG/BTC)
2. Display Notifications

TipJar (XVG)
DAG1QFBH3wWZ1X9x8kRc4LGgb4HREtNLGS                    

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

ชื่อ Verge (XVG) Price Ticker Verge (XVG) Price Ticker
ID mpkabbjfoeaojminpoflladbkhinbmbb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/verge-xvg-price-ticker/mpkabbjfoeaojminpoflladbkhinbmbb
คำอธิบาย This extension shows latest price ticker of popular Verge trading markets.
ขนาดไฟล์ 69.94 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2017-12-19
วันที่เผยแพร่ 2017-12-19
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Taha
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Verge (XVG) Price Ticker",
    "description": "This extension shows latest price ticker of popular Verge trading markets.",
    "version": "1.0.7",
    "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"
}