CoinMarketCap Enhanced
Adds some enhancements to the cryptocurrency site CoinMarketCap.com
O que é CoinMarketCap Enhanced?
CoinMarketCap Enhanced é uma extensão do Chrome desenvolvida por NathanAB, e sua principal característica é "Adds some enhancements to the cryptocurrency site CoinMarketCap.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CoinMarketCap Enhanced
Baixe arquivos de extensão CoinMarketCap Enhanced no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
**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
Informações Básicas da Extensão
Nome | CoinMarketCap Enhanced |
ID | cjdbebokopcgdhcefeijjdgfampgeejg |
URL Oficial | https://chromewebstore.google.com/detail/coinmarketcap-enhanced/cjdbebokopcgdhcefeijjdgfampgeejg |
Descrição | Adds some enhancements to the cryptocurrency site CoinMarketCap.com |
Tamanho do Arquivo | 93.34 KB |
Contagem de Instalações | 2,346 |
Versão Atual | 1.8.2 |
Última Atualização | 2018-06-28 |
Data de Publicação | 2018-06-28 |
Classificação | 4.67/5 Total de 27 Avaliações |
Desenvolvedor | NathanAB |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://twitter.com/nathanab_ |
Idiomas Suportados | 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" } ] } |