CoinMarketCap Enhanced
Adds some enhancements to the cryptocurrency site CoinMarketCap.com
Qu'est-ce que CoinMarketCap Enhanced ?
CoinMarketCap Enhanced est une extension Chrome développée par NathanAB, et sa fonction principale est "Adds some enhancements to the cryptocurrency site CoinMarketCap.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CoinMarketCap Enhanced
Téléchargez les fichiers d'extension CoinMarketCap Enhanced au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
**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
Informations de Base sur l'Extension
Nom | CoinMarketCap Enhanced |
ID | cjdbebokopcgdhcefeijjdgfampgeejg |
URL Officiel | https://chromewebstore.google.com/detail/coinmarketcap-enhanced/cjdbebokopcgdhcefeijjdgfampgeejg |
Description | Adds some enhancements to the cryptocurrency site CoinMarketCap.com |
Taille du Fichier | 93.34 KB |
Nombre d'Installations | 2,346 |
Version Actuelle | 1.8.2 |
Dernière Mise à Jour | 2018-06-28 |
Date de Publication | 2018-06-28 |
Évaluation | 4.67/5 Total 27 Évaluations |
Développeur | NathanAB |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://twitter.com/nathanab_ |
Langues Prises en Charge | 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" } ] } |