DOGE Ticker
This extension displays the current DOGE/BTC price on the badge icon.
Wat is DOGE Ticker?
DOGE Ticker is een Chrome-extensie ontwikkeld door n.brooking, en de belangrijkste functie is "This extension displays the current DOGE/BTC price on the badge icon.".
Extensie Screenshots
Download het CRX-bestand van de extensie DOGE Ticker
Download DOGE 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
Displays the current DOGE/BTC amount (in satoshi's), as pulled from cryptsy.com. The price updates every 5 minutes. If you like this, you can donate here: BTC: 1H12LDENkn9D53ivL1bzxMCTvX98qTq1m2 LTC: LTJdTVTGU9fjjnUTS4PE7em7azS4DqKDaX DOGE: D9xMt2Aa9WTGEVd2LtYSXvRDYMd4YCEXFn
Basisinformatie over de Extensie
Naam | |
ID | lonapaannpdojlmjpdcgjobcmnmpgkmk |
Officiële URL | https://chrome.google.com/webstore/detail/doge-ticker/lonapaannpdojlmjpdcgjobcmnmpgkmk |
Beschrijving | This extension displays the current DOGE/BTC price on the badge icon. |
Bestandsgrootte | 85.7 KB |
Aantal Installaties | 141 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2014-02-10 |
Publicatiedatum | 2014-02-10 |
Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | n.brooking |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "doge_icon_48.png" }, "description": "This extension displays the current DOGE\/BTC price on the badge icon.", "icons": { "16": "doge_icon_16.png", "48": "doge_icon_48.png", "128": "doge_icon_128.png" }, "manifest_version": 2, "name": "DOGE Ticker", "permissions": [ "storage", "http:\/\/pubapi.cryptsy.com\/" ], "version": "1.0.0" } |