CoinMarketCap Tracker
Check cryptocurrencies' prices, changes on your browser immediately..
CoinMarketCap Trackerคืออะไร?
CoinMarketCap Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kessawy และคุณลักษณะหลักของมันคือ "Check cryptocurrencies' prices, changes on your browser immediately.."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CoinMarketCap Tracker
ดาวน์โหลดไฟล์ส่วนขยาย CoinMarketCap Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Price Ticker can display over 1500 cryptocurrencies and global infos of the crypto market. With the constant rise of all cryptocurrencies in the world and their predestined future, it's time to keep an eye on the whole market cap. Watch prices and variations of a cryptocurrency with this light but useful chrome extension. Current Version: 3.0.1 The icon can display at a glance: - Global Market Cap - Bitcoin, Ehtereum price but also all others coins, listed by CoinMarketCap!! - Available in all currencies and languages!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jjfppgljnjgmkkbpkpbdbbdaleihgfnh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/coinmarketcap-tracker/jjfppgljnjgmkkbpkpbdbbdaleihgfnh |
คำอธิบาย | Check cryptocurrencies' prices, changes on your browser immediately.. |
ขนาดไฟล์ | 395 KB |
จำนวนการติดตั้ง | 277 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2023-12-23 |
วันที่เผยแพร่ | 2018-05-06 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Kessawy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CoinMarketCap Tracker", "version": "3.0", "manifest_version": 3, "description": "Check cryptocurrencies' prices, changes on your browser immediately..", "background": { "service_worker": "js\/script.js" }, "action": { "default_popup": "popup.html", "default_popup_tab_title": "CoinMarketCap Tracker" }, "icons": { "16": "img\/Bitcoin-icon.png", "48": "img\/Bitcoin-icon.png", "128": "img\/Bitcoin-icon.png" } } |