Cryptocurrency Price Ticker

This Chrome extension that can check the price of Cryptocurrency.

Cryptocurrency Price Tickerคืออะไร?

Cryptocurrency Price Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://virtual-money.xyz และคุณลักษณะหลักของมันคือ "This Chrome extension that can check the price of Cryptocurrency."

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

screenshot
screenshot

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

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

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

                        Features:
- Check the Cryptocurrency Price.
    - Using poloniex API.
- select the currency to display.

Currency:
- BTC
- ETH
- ETC
- XMR
- REP
- XRP
- ZEC
- LTC
- DASH                    

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

ชื่อ Cryptocurrency Price Ticker Cryptocurrency Price Ticker
ID ignpmignipmepahdookedpilckoeclob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cryptocurrency-price-tick/ignpmignipmepahdookedpilckoeclob
คำอธิบาย This Chrome extension that can check the price of Cryptocurrency.
ขนาดไฟล์ 293 KB
จำนวนการติดตั้ง 206
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2017-06-19
วันที่เผยแพร่ 2017-06-19
คะแนน 3.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://virtual-money.xyz
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cryptocurrency Price Ticker",
    "version": "1.1.1",
    "description": "This Chrome extension that can check the price of Cryptocurrency.",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "https:\/\/poloniex.com\/public*"
    ],
    "icons": {
        "128": "icon.png"
    }
}