BTC price bage tracker
The extension for real-time monitoring of the BTC-USD rate from Coinbase API. Open-source: https://github.com/ProHronus/BTC-Tracker
BTC price bage trackerคืออะไร?
BTC price bage tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "The extension for real-time monitoring of the BTC-USD rate from Coinbase API. Open-source: https://github.com/ProHronus/BTC-Tracker"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BTC price bage tracker
ดาวน์โหลดไฟล์ส่วนขยาย BTC price bage tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
What is this for? ₿TC Price Bage is the minimalistic Chrome extension for BTC price monitoring and showing it inside extension bage. - Shows the last BTC-USD rate inside the extension icon - Conversion pop-up - No permissions required - Submits one GET request to the Coinbase API every 5 seconds - Open source, easy to audit and customize - Github: https://github.com/ProHronus/BTC-Tracker Why do you need this? Looking for a simple price tracker, but avoid sophisticated solutions because of a possible security breach? Then this extension for you. The tracker fetches the BTC price from Coinbase API for every 5 seconds, receives JSON result, and refresh the rate on the extension Bage. The code is super easy to audit and customize for other coins.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BTC price bage tracker |
ID | konlmcdlofpoegdkbjocdfojejmfkfbo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/btc-price-bage-tracker/konlmcdlofpoegdkbjocdfojejmfkfbo |
คำอธิบาย | The extension for real-time monitoring of the BTC-USD rate from Coinbase API. Open-source: https://github.com/ProHronus/BTC-Tracker |
ขนาดไฟล์ | 21.29 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-04-26 |
วันที่เผยแพร่ | 2020-04-26 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ProHronus/BTC-Tracker |
URL หน้าช่วยเหลือ | https://github.com/ProHronus/BTC-Tracker |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BTC price bage tracker", "description": "The extension for real-time monitoring of the BTC-USD rate from Coinbase API. Open-source: https:\/\/github.com\/ProHronus\/BTC-Tracker", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/btc-19.png", "default_popup": "popup.html", "default_title": "BTCtracker" }, "icons": { "16": "img\/btc-16.png", "19": "img\/btc-19.png", "48": "img\/btc-48.png", "128": "img\/btc-128.png" }, "permissions": [] } |