Cryptocurrency Price Ticker
This Chrome extension that can check the price of Cryptocurrency.
Qu'est-ce que Cryptocurrency Price Ticker ?
Cryptocurrency Price Ticker est une extension Chrome développée par https://virtual-money.xyz, et sa fonction principale est "This Chrome extension that can check the price of Cryptocurrency.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cryptocurrency Price Ticker
Téléchargez les fichiers d'extension Cryptocurrency Price 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
Features: - Check the Cryptocurrency Price. - Using poloniex API. - select the currency to display. Currency: - BTC - ETH - ETC - XMR - REP - XRP - ZEC - LTC - DASH
Informations de Base sur l'Extension
Nom | Cryptocurrency Price Ticker |
ID | ignpmignipmepahdookedpilckoeclob |
URL Officiel | https://chromewebstore.google.com/detail/cryptocurrency-price-tick/ignpmignipmepahdookedpilckoeclob |
Description | This Chrome extension that can check the price of Cryptocurrency. |
Taille du Fichier | 293 KB |
Nombre d'Installations | 206 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2017-06-19 |
Date de Publication | 2017-06-19 |
Évaluation | 3.80/5 Total 5 Évaluations |
Développeur | https://virtual-money.xyz |
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 Price Ticker", "version": "1.1.1", "description": "This Chrome extension that can check the price of Cryptocurrency.", "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "options_page": "options.html", "permissions": [ "storage", "https:\/\/poloniex.com\/public*" ], "icons": { "128": "icon.png" } } |