Bitcoin Price for Virwox
Calculates the final bitcoin price on virwox.com
Bitcoin Price for Virwox là gì?
Bitcoin Price for Virwox là một tiện ích mở rộng Chrome được phát triển bởi Fernando D. Tiberti, và tính năng chính của nó là "Calculates the final bitcoin price on virwox.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bitcoin Price for Virwox
Tải xuống các tệp mở rộng Bitcoin Price for Virwox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fbfkbojhhpboogndladhdemkbpmfmeie |
URL Chính Thức | https://chrome.google.com/webstore/detail/bitcoin-price-for-virwox/fbfkbojhhpboogndladhdemkbpmfmeie |
Mô tả | Calculates the final bitcoin price on virwox.com |
Kích Thước Tệp | 41.29 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2015-02-26 |
Ngày Phát Hành | 2015-02-26 |
Đánh Giá | 3.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Fernando D. Tiberti |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |