CoinMarketCap Enhanced
Adds some enhancements to the cryptocurrency site CoinMarketCap.com
Cos'è CoinMarketCap Enhanced?
CoinMarketCap Enhanced è un'estensione di Chrome sviluppata da NathanAB, e la sua funzione principale è "Adds some enhancements to the cryptocurrency site CoinMarketCap.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CoinMarketCap Enhanced
Scarica i file di estensione CoinMarketCap Enhanced 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
**PLEASE NOTE**: Now that CMC has stepped up their game and added most of the important features I originally wanted by making this extension, it has essentially completed its purpose and will no longer be maintained. Thanks everyone :) An extension with a few small enhancements to CoinMarketCap.com which add a night theme, inline charts, volume-to-marketcap ratio column, auto-refresh timer, TradingView link, removes ads, and expands the main table to fill the entire window. Github: https://github.com/NathanAB/cmc-enhanced
Informazioni di Base sull'Estensione
Nome | CoinMarketCap Enhanced |
ID | cjdbebokopcgdhcefeijjdgfampgeejg |
URL Ufficiale | https://chromewebstore.google.com/detail/coinmarketcap-enhanced/cjdbebokopcgdhcefeijjdgfampgeejg |
Descrizione | Adds some enhancements to the cryptocurrency site CoinMarketCap.com |
Dimensione del File | 93.34 KB |
Conteggio Installazioni | 2,346 |
Versione Corrente | 1.8.2 |
Ultimo Aggiornamento | 2018-06-28 |
Data di Pubblicazione | 2018-06-28 |
Valutazione | 4.67/5 Totale 27 Valutazioni |
Sviluppatore | NathanAB |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://twitter.com/nathanab_ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CoinMarketCap Enhanced", "version": "1.8.2", "manifest_version": 2, "description": "Adds some enhancements to the cryptocurrency site CoinMarketCap.com", "homepage_url": "https:\/\/twitter.com\/nathanab_", "icons": { "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/coinmarketcap.com\/*", "storage" ], "options_ui": { "page": "options\/index.html", "chrome_style": true }, "web_accessible_resources": [ "options\/index.html" ], "content_scripts": [ { "matches": [ "https:\/\/coinmarketcap.com\/*" ], "all_frames": true, "js": [ "js\/bundle.js" ], "css": [ "css\/style.css" ] }, { "matches": [ "https:\/\/coinmarketcap.com\/*" ], "all_frames": true, "js": [ "js\/start.js" ], "run_at": "document_start" } ] } |