Bitcoin Price for Virwox
Calculates the final bitcoin price on virwox.com
O que é Bitcoin Price for Virwox?
Bitcoin Price for Virwox é uma extensão do Chrome desenvolvida por Fernando D. Tiberti, e sua principal característica é "Calculates the final bitcoin price on virwox.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bitcoin Price for Virwox
Baixe arquivos de extensão Bitcoin Price for Virwox 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
Calculates the final bitcoin price in virwox.com It takes into account the USD/SLL and BTC/SLL metrics as well as the conversion fees (2.9% + 50 SLL) for each of the two transactions needed to convert dollars into bitcoins. Bitcoin Virwox also features a chart for the BTC/SLL moving price with several periods to select from. Please donate! 1HEZGaMmDFcPSvC4yAqmEUw6MfxNEQ7RgY
Informações Básicas da Extensão
Nome | |
ID | fbfkbojhhpboogndladhdemkbpmfmeie |
URL Oficial | https://chrome.google.com/webstore/detail/bitcoin-price-for-virwox/fbfkbojhhpboogndladhdemkbpmfmeie |
Descrição | Calculates the final bitcoin price on virwox.com |
Tamanho do Arquivo | 41.29 KB |
Contagem de Instalações | 48 |
Versão Atual | 0.1.0 |
Última Atualização | 2015-02-26 |
Data de Publicação | 2015-02-26 |
Classificação | 3.60/5 Total de 5 Avaliações |
Desenvolvedor | Fernando D. Tiberti |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoin Price for Virwox", "short_name": "BTC Virwox", "version": "0.1.0", "description": "Calculates the final bitcoin price on virwox.com", "content_scripts": [ { "matches": [ "https:\/\/www.virwox.com\/*" ], "js": [ "jquery-1.10.2.min.js", "main.js" ], "css": [ "style.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "jquery-1.10.2.min.map" ], "permissions": [ "https:\/\/www.virwox.com\/*" ], "manifest_version": 2 } |