CryptoWire
CryptoWire displays the current ticker price of any currency on GDAX
CryptoWireคืออะไร?
CryptoWire เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sachingoel และคุณลักษณะหลักของมันคือ "CryptoWire displays the current ticker price of any currency on GDAX"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CryptoWire
ดาวน์โหลดไฟล์ส่วนขยาย CryptoWire ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
CryptoWire displays the current ticker price for any of the currencies offered by GDAX conveniently in your browser window! Additionally, the background color changes based on the current GDAX price's difference from the Opening 24 hour price If you like this extension, feel free to donate some BTC to me: 17xCi6517B1HzJywsdES1rbcseLMoSSven Changelog --------------- Version 1.8.2 - Fixed memory leak Version 1.7.0 - Added support for Bitcoin Cash (BCH) Version 1.6.0 - Bug fix for displaying incorrect currency value after returning to browser window Version 1.5.0 - Allows users to choose which GDAX currency to display in extension: Bitcoin, Ethereum or Litecoin (BTC, ETH, LTC)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CryptoWire |
ID | fidmapppafelhanbficlpelfebcdanfh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cryptowire/fidmapppafelhanbficlpelfebcdanfh |
คำอธิบาย | CryptoWire displays the current ticker price of any currency on GDAX |
ขนาดไฟล์ | 9.23 KB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 1.8.2 |
อัปเดตครั้งล่าสุด | 2018-04-04 |
วันที่เผยแพร่ | 2018-04-04 |
คะแนน | 3.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | sachingoel |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/sgoel/CryptoWire |
URL หน้าช่วยเหลือ | https://github.com/sgoel/CryptoWire |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CryptoWire", "description": "CryptoWire displays the current ticker price of any currency on GDAX", "version": "1.8.2", "icons": { "128": "logo.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "incognito": "spanning", "permissions": [ "storage" ] } |