DASH Ticker for Poloniex
DASH Price ticker for Poloniex, Updates every 5 seconds.
Wat is DASH Ticker for Poloniex?
DASH Ticker for Poloniex is een Chrome-extensie ontwikkeld door Kaakati, en de belangrijkste functie is "DASH Price ticker for Poloniex, Updates every 5 seconds.".
Download het CRX-bestand van de extensie DASH Ticker for Poloniex
Download DASH Ticker for Poloniex-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
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
Basisinformatie over de Extensie
Naam | |
ID | ldgpmbhjeeppliganmcnkfhndimfepmp |
Officiële URL | https://chrome.google.com/webstore/detail/dash-ticker-for-poloniex/ldgpmbhjeeppliganmcnkfhndimfepmp |
Beschrijving | DASH Price ticker for Poloniex, Updates every 5 seconds. |
Bestandsgrootte | 157 KB |
Aantal Installaties | 23 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2017-03-21 |
Publicatiedatum | 2017-03-21 |
Ontwikkelaar | Kaakati |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |