Bitcoin Price for Virwox
Calculates the final bitcoin price on virwox.com
Wat is Bitcoin Price for Virwox?
Bitcoin Price for Virwox is een Chrome-extensie ontwikkeld door Fernando D. Tiberti, en de belangrijkste functie is "Calculates the final bitcoin price on virwox.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Bitcoin Price for Virwox
Download Bitcoin Price for Virwox-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
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
Basisinformatie over de Extensie
Naam | |
ID | fbfkbojhhpboogndladhdemkbpmfmeie |
Officiële URL | https://chrome.google.com/webstore/detail/bitcoin-price-for-virwox/fbfkbojhhpboogndladhdemkbpmfmeie |
Beschrijving | Calculates the final bitcoin price on virwox.com |
Bestandsgrootte | 41.29 KB |
Aantal Installaties | 48 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2015-02-26 |
Publicatiedatum | 2015-02-26 |
Beoordeling | 3.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Fernando D. Tiberti |
Betalingswijze | free |
Ondersteunde Talen | 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 } |