Rdd Ticker
This extension displays the current Rdd/BTC price badge.
O que é Rdd Ticker?
Rdd Ticker é uma extensão do Chrome desenvolvida por BrownSlaughter, e sua principal característica é "This extension displays the current Rdd/BTC price badge.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Rdd Ticker
Baixe arquivos de extensão Rdd Ticker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ppbfgckeajiofonbeoehaikambjeciga |
URL Oficial | https://chrome.google.com/webstore/detail/rdd-ticker/ppbfgckeajiofonbeoehaikambjeciga |
Descrição | This extension displays the current Rdd/BTC price badge. |
Tamanho do Arquivo | 78.65 KB |
Contagem de Instalações | 29 |
Versão Atual | 1.1 |
Última Atualização | 2014-07-14 |
Data de Publicação | 2014-07-14 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | BrownSlaughter |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |