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 |
公式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 |
Eメール | [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" } } |