DOGE Ticker
This extension displays the current DOGE/BTC price on the badge icon.
Cos'è DOGE Ticker?
DOGE Ticker è un'estensione di Chrome sviluppata da n.brooking, e la sua funzione principale è "This extension displays the current DOGE/BTC price on the badge icon.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DOGE Ticker
Scarica i file di estensione DOGE Ticker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | lonapaannpdojlmjpdcgjobcmnmpgkmk |
URL Ufficiale | https://chrome.google.com/webstore/detail/doge-ticker/lonapaannpdojlmjpdcgjobcmnmpgkmk |
Descrizione | This extension displays the current DOGE/BTC price on the badge icon. |
Dimensione del File | 85.7 KB |
Conteggio Installazioni | 141 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2014-02-10 |
Data di Pubblicazione | 2014-02-10 |
Valutazione | 4.43/5 Totale 7 Valutazioni |
Sviluppatore | n.brooking |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |