Bitcoin Price Tracker
Get instant bitcoin price!
Bitcoin Price Trackerคืออะไร?
Bitcoin Price Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tohuem และคุณลักษณะหลักของมันคือ "Get instant bitcoin price!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitcoin Price Tracker
ดาวน์โหลดไฟล์ส่วนขยาย Bitcoin Price Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple Bitcoin price tracker that allows you to see the latest Bitcoin price from CoinDesk and Gemini as well as the previous price that you last tracked in USD. Toggle the Gemini/CoinDesk button to see the prices between the two sites.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mpgialbmpebikleajmfchkgjgjplnfjj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/bitcoin-price-tracker/mpgialbmpebikleajmfchkgjgjplnfjj |
คำอธิบาย | Get instant bitcoin price! |
ขนาดไฟล์ | 369 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 1.1.5 |
อัปเดตครั้งล่าสุด | 2017-08-28 |
วันที่เผยแพร่ | 2017-08-28 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | tohuem |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Price Tracker", "description": "Get instant bitcoin price!", "version": "1.1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "https:\/\/api.gemini.com\/v1\/pubticker\/btcusd", "http:\/\/api.coindesk.com\/v1\/bpi\/currentprice.json" ] } |