DASH Ticker for Poloniex
DASH Price ticker for Poloniex, Updates every 5 seconds.
Qu'est-ce que DASH Ticker for Poloniex ?
DASH Ticker for Poloniex est une extension Chrome développée par Kaakati, et sa fonction principale est "DASH Price ticker for Poloniex, Updates every 5 seconds.".
Télécharger le fichier CRX de l'extension DASH Ticker for Poloniex
Téléchargez les fichiers d'extension DASH Ticker for Poloniex 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
Check out other Poloniex tickers by Kaakati for ZEC, Bitcoin & ETH This Extension is free, however if you would like to make a donation to help feed my puppy. For your donations BTC: 1JULAuGxTZMZ44fy63oNRniwBjr55k7zaR ZEC: t1cY4VzYYfA4J74Ssj9mi47x6okFVX1YncH ETH: 0xb7052e56003f779c63e6d5ab37c9c6ca98727c3b
Informations de Base sur l'Extension
Nom | |
ID | ldgpmbhjeeppliganmcnkfhndimfepmp |
URL Officiel | https://chrome.google.com/webstore/detail/dash-ticker-for-poloniex/ldgpmbhjeeppliganmcnkfhndimfepmp |
Description | DASH Price ticker for Poloniex, Updates every 5 seconds. |
Taille du Fichier | 157 KB |
Nombre d'Installations | 23 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2017-03-21 |
Date de Publication | 2017-03-21 |
Développeur | Kaakati |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DASH Ticker for Poloniex", "version": "0.0.1", "manifest_version": 2, "description": "DASH Price ticker for Poloniex, Updates every 5 seconds.", "homepage_url": "http:\/\/poloniex.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "DASH Price Ticker", "default_popup": "src\/browser_action\/browser_action.html" } } |