CryptoCurrency Ticker
Receive the latest changes on your CryptoCurrency and AltCoin value in $US.
Wat is CryptoCurrency Ticker?
CryptoCurrency Ticker is een Chrome-extensie ontwikkeld door Daniel, en de belangrijkste functie is "Receive the latest changes on your CryptoCurrency and AltCoin value in $US.".
Extensie Screenshots
Download het CRX-bestand van de extensie CryptoCurrency Ticker
Download CryptoCurrency Ticker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | fmcgaglejkpgakandolgkjnnafgodpgd |
Officiële URL | https://chrome.google.com/webstore/detail/cryptocurrency-ticker/fmcgaglejkpgakandolgkjnnafgodpgd |
Beschrijving | Receive the latest changes on your CryptoCurrency and AltCoin value in $US. |
Bestandsgrootte | 46.87 KB |
Aantal Installaties | 226 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2017-08-18 |
Publicatiedatum | 2017-08-18 |
Beoordeling | 3.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Daniel |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |