CoinMarketCap Tracker
Check cryptocurrencies' prices, changes on your browser immediately..
什麼是CoinMarketCap Tracker?
CoinMarketCap Tracker是由Kessawy開發的Chrome擴展程式,該擴展的主要功能是“Check cryptocurrencies' prices, changes on your browser immediately..”。
擴展截圖
下載CoinMarketCap Tracker擴展crx文件
下載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 |
官方網址 | 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" } } |