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”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Bitcoin Price for Virwox Bitcoin Price for Virwox
ID fbfkbojhhpboogndladhdemkbpmfmeie
官方網址 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
}