Crypto Price Ticker
Watch price of cryptocurrencies in your toolbar
Crypto Price Tickerคืออะไร?
Crypto Price Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sergei L และคุณลักษณะหลักของมันคือ "Watch price of cryptocurrencies in your toolbar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto Price Ticker
ดาวน์โหลดไฟล์ส่วนขยาย Crypto Price Ticker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Supported tickers from Binance, Bitfinex, Coinbase and other exchanges. Setup your pairs in the options. Icons made by srip from www.flaticon.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fdoanglfpolkbiecojimldfagdgfonpn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/crypto-price-ticker/fdoanglfpolkbiecojimldfagdgfonpn |
คำอธิบาย | Watch price of cryptocurrencies in your toolbar |
ขนาดไฟล์ | 21.58 KB |
จำนวนการติดตั้ง | 823 |
เวอร์ชันปัจจุบัน | 1.1.7 |
อัปเดตครั้งล่าสุด | 2021-06-21 |
วันที่เผยแพร่ | 2020-08-29 |
คะแนน | 4.91/5 รวมทั้งหมด 23 คะแนน |
ผู้พัฒนา | Sergei L |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto Price Ticker", "description": "Watch price of cryptocurrencies in your toolbar", "version": "1.1.7", "author": "srglbnv", "icons": { "128": "icon_128.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": [], "manifest_version": 2, "permissions": [ "storage" ] } |