Bitcoin Price for Virwox
Calculates the final bitcoin price on virwox.com
Qu'est-ce que Bitcoin Price for Virwox ?
Bitcoin Price for Virwox est une extension Chrome développée par Fernando D. Tiberti, et sa fonction principale est "Calculates the final bitcoin price on virwox.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bitcoin Price for Virwox
Téléchargez les fichiers d'extension Bitcoin Price for Virwox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | fbfkbojhhpboogndladhdemkbpmfmeie |
URL Officiel | https://chrome.google.com/webstore/detail/bitcoin-price-for-virwox/fbfkbojhhpboogndladhdemkbpmfmeie |
Description | Calculates the final bitcoin price on virwox.com |
Taille du Fichier | 41.29 KB |
Nombre d'Installations | 48 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2015-02-26 |
Date de Publication | 2015-02-26 |
Évaluation | 3.60/5 Total 5 Évaluations |
Développeur | Fernando D. Tiberti |
Type de Paiement | free |
Langues Prises en Charge | 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 } |