Bitcoin Price for Virwox

Calculates the final bitcoin price on virwox.com

Apa itu Bitcoin Price for Virwox?

Bitcoin Price for Virwox adalah ekstensi Chrome yang dikembangkan oleh Fernando D. Tiberti, dan fitur utamanya adalah "Calculates the final bitcoin price on virwox.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bitcoin Price for Virwox

Unduh file ekstensi Bitcoin Price for Virwox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Bitcoin Price for Virwox Bitcoin Price for Virwox
ID fbfkbojhhpboogndladhdemkbpmfmeie
URL Resmi https://chrome.google.com/webstore/detail/bitcoin-price-for-virwox/fbfkbojhhpboogndladhdemkbpmfmeie
Deskripsi Calculates the final bitcoin price on virwox.com
Ukuran File 41.29 KB
Jumlah Instalasi 48
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2015-02-26
Tanggal Publikasi 2015-02-26
Penilaian 3.60/5 Total 5 Penilaian
Pengembang Fernando D. Tiberti
Tipe Pembayaran free
Bahasa yang Didukung 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
}