Bitcoin Price for Virwox
Calculates the final bitcoin price on virwox.com
Was ist Bitcoin Price for Virwox?
Bitcoin Price for Virwox ist eine Chrome-Erweiterung, die von Fernando D. Tiberti entwickelt wurde, und ihr Hauptmerkmal ist "Calculates the final bitcoin price on virwox.com".
Erweiterungsscreenshots
Bitcoin Price for Virwox-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bitcoin Price for Virwox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | fbfkbojhhpboogndladhdemkbpmfmeie |
Offizielle URL | https://chrome.google.com/webstore/detail/bitcoin-price-for-virwox/fbfkbojhhpboogndladhdemkbpmfmeie |
Beschreibung | Calculates the final bitcoin price on virwox.com |
Dateigröße | 41.29 KB |
Installationsanzahl | 48 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2015-02-26 |
Veröffentlichungsdatum | 2015-02-26 |
Bewertung | 3.60/5 Insgesamt 5 Bewertungen |
Entwickler | Fernando D. Tiberti |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |