Bitcoin Price for Virwox
Calculates the final bitcoin price on virwox.com
什么是Bitcoin Price for Virwox?
Bitcoin Price for Virwox是由Fernando D. Tiberti开发的Chrome扩展程序,该扩展的主要功能是“Calculates the final bitcoin price on virwox.com”。
扩展截图
下载Bitcoin Price for Virwox扩展crx文件
下载Bitcoin Price for Virwox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | fbfkbojhhpboogndladhdemkbpmfmeie |
官方URL | https://chrome.google.com/webstore/detail/bitcoin-price-for-virwox/fbfkbojhhpboogndladhdemkbpmfmeie |
简介 | Calculates the final bitcoin price on virwox.com |
文件大小 | 41.29 KB |
安装次数 | 48 |
当前版本 | 0.1.0 |
更新时间 | 2015-02-26 |
上架时间 | 2015-02-26 |
评分 | 3.60/5 共5次评分 |
开发者 | Fernando D. Tiberti |
付费类型 | free |
支持的语言 | 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 } |