BTC & ETH Tracker
Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies
BTC & ETH Trackerคืออะไร?
BTC & ETH Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Cotelin และคุณลักษณะหลักของมันคือ "Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BTC & ETH Tracker
ดาวน์โหลดไฟล์ส่วนขยาย BTC & ETH Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Keeping up to date with the latest Bitcoin (BTC) and Ethereum (ETH) price movements has never been easier. No matter what website you are on you can quickly check the latest prices in multiple currencies: - BTC to USD, GBP, EUR, CNY, CAD - ETH to USD, BTC, GBP, CNY, EUR Developed by Alex Cotelin with CryptoCompare.com data and help.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hfbdficidlklcdpekdcfcjbfpghbhgbp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/btc-eth-tracker/hfbdficidlklcdpekdcfcjbfpghbhgbp |
คำอธิบาย | Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies |
ขนาดไฟล์ | 601 KB |
จำนวนการติดตั้ง | 449 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2016-11-29 |
วันที่เผยแพร่ | 2016-11-29 |
คะแนน | 5.00/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Alex Cotelin |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BTC & ETH Tracker", "short_name": "BTC & ETH Tracker", "description": "Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies", "version": "0.0.4", "author": "Alex Cotelin", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "BTC & ETH Tracker", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ", "permissions": [ "activeTab" ] } |