Rdd Ticker
This extension displays the current Rdd/BTC price badge.
Cos'è Rdd Ticker?
Rdd Ticker è un'estensione di Chrome sviluppata da BrownSlaughter, e la sua funzione principale è "This extension displays the current Rdd/BTC price badge.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rdd Ticker
Scarica i file di estensione Rdd 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
Rdd Ticker - Displays the current btc price for redd coin on the toolbar (price is retrieved from cryptsy api) Auto update price every 2 mins Click to update price on demand If you Like the ticker feel free to tip me BTC - 1E2FAeEzLgGTHasyf9nJXpa3W8YKvrLMka RDD - RhB7FJxydn9SMYfq6MVNEu24JX61XF1pU6 or find me on http://www.reddit.com/r/reddCoin BrownSlaughter v1.1 typo fix on 'rdd_icon_48.png typo fix on 'rdd_icon_16.png
Informazioni di Base sull'Estensione
Nome | |
ID | ppbfgckeajiofonbeoehaikambjeciga |
URL Ufficiale | https://chrome.google.com/webstore/detail/rdd-ticker/ppbfgckeajiofonbeoehaikambjeciga |
Descrizione | This extension displays the current Rdd/BTC price badge. |
Dimensione del File | 78.65 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-07-14 |
Data di Pubblicazione | 2014-07-14 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | BrownSlaughter |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "bg.html" }, "browser_action": { "default_icon": "rdd_icon_48.png" }, "description": "This extension displays the current Rdd\/BTC price badge.", "icons": { "16": "rdd_icon_16.png", "48": "rdd_icon_48.png", "128": "rdd_icon_128.png" }, "manifest_version": 2, "name": "Rdd Ticker", "permissions": [ "storage", "http:\/\/pubapi.cryptsy.com\/" ], "version": "1.1" } |