CoinMarketCap Tracker
Check cryptocurrencies' prices, changes on your browser immediately..
Cos'è CoinMarketCap Tracker?
CoinMarketCap Tracker è un'estensione di Chrome sviluppata da Kessawy, e la sua funzione principale è "Check cryptocurrencies' prices, changes on your browser immediately..".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CoinMarketCap Tracker
Scarica i file di estensione CoinMarketCap Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | jjfppgljnjgmkkbpkpbdbbdaleihgfnh |
URL Ufficiale | https://chromewebstore.google.com/detail/coinmarketcap-tracker/jjfppgljnjgmkkbpkpbdbbdaleihgfnh |
Descrizione | Check cryptocurrencies' prices, changes on your browser immediately.. |
Dimensione del File | 395 KB |
Conteggio Installazioni | 277 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2023-12-23 |
Data di Pubblicazione | 2018-05-06 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | Kessawy |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |