CryptoCurrency Ticker
Receive the latest changes on your CryptoCurrency and AltCoin value in $US.
Qu'est-ce que CryptoCurrency Ticker ?
CryptoCurrency Ticker est une extension Chrome développée par Daniel, et sa fonction principale est "Receive the latest changes on your CryptoCurrency and AltCoin value in $US.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CryptoCurrency Ticker
Téléchargez les fichiers d'extension CryptoCurrency Ticker 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
CryptoCurrency Ticker shows you the latest changes in BitCoin and the most popular AltCoin values in your browser bar. No need to register or login. Everything works immediately. No more searching for the latest price changes.
Informations de Base sur l'Extension
Nom | |
ID | fmcgaglejkpgakandolgkjnnafgodpgd |
URL Officiel | https://chrome.google.com/webstore/detail/cryptocurrency-ticker/fmcgaglejkpgakandolgkjnnafgodpgd |
Description | Receive the latest changes on your CryptoCurrency and AltCoin value in $US. |
Taille du Fichier | 46.87 KB |
Nombre d'Installations | 226 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-08-18 |
Date de Publication | 2017-08-18 |
Évaluation | 3.33/5 Total 6 Évaluations |
Développeur | Daniel |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CryptoCurrency Ticker", "description": "Receive the latest changes on your CryptoCurrency and AltCoin value in $US.", "version": "1.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "currency.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/ajax.googleapis.com\/", "https:\/\/api.coinmarketcap.com\/" ] } |