CryptoLive - Cryptocurrency Price Tracker

View current prices of cryptocurrencies at different exchanges and track price changes graphically

CryptoLive - Cryptocurrency Price Trackerคืออะไร?

CryptoLive - Cryptocurrency Price Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dumindu Buddhika และคุณลักษณะหลักของมันคือ "View current prices of cryptocurrencies at different exchanges and track price changes graphically"

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

screenshot

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

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

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

                        If you want to keep track of prices of different cryptocurrencies in realtime, this extension is for you. It will let you see the current prices of a coin at a click of a button. Furthermore you can view candlestick charts to see latest price movements in supported exchanges. This extension supports almost all major exchanges and some other exchanges. This extension directly integrates with the particular exchange's API without a middle man to ensure most up to date prices are displayed.

You need to first select the exchange that you are interested in from the drop down menu. Extension will remember your last choice. You can view all the tickers (currency pairs) and prices available for that exchange when you select an exchange. After loading you can click on a ticker to view history of price movements.

Please note that, sometimes there can be loading issues due to the rate limits enforced by some exchanges. I am sorry for that since I do not have any control over it.

Future enhancements,
Feature to convert between different currencies.                    

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

ชื่อ CryptoLive - Cryptocurrency Price Tracker CryptoLive - Cryptocurrency Price Tracker
ID iogdnnkbdgoibbodpipnpalocfkmfdnn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cryptolive-cryptocurrency/iogdnnkbdgoibbodpipnpalocfkmfdnn
คำอธิบาย View current prices of cryptocurrencies at different exchanges and track price changes graphically
ขนาดไฟล์ 1.14 MB
จำนวนการติดตั้ง 124
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2018-03-04
วันที่เผยแพร่ 2018-03-03
คะแนน 4.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Dumindu Buddhika
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://dumindu.me
URL หน้าช่วยเหลือ https://twitter.com/Dumindux
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CryptoLive - Cryptocurrency Price Tracker",
    "description": "View current prices of cryptocurrencies at different exchanges and track price changes graphically",
    "author": "Dumindu Buddhika Karunathilaka (www.dumindu.me)",
    "version": "1.0.5",
    "short_name": "CryptoLive",
    "browser_action": {
        "default_icon": "img\/icons\/icon.png",
        "default_popup": "src\/popup.html"
    },
    "icons": {
        "16": "img\/icons\/icon16.png",
        "48": "img\/icons\/icon48.png",
        "128": "img\/icons\/icon128.png"
    },
    "permissions": [
        "",
        "storage"
    ]
}