Bitcoin Price for Virwox

Calculates the final bitcoin price on virwox.com

Vad är Bitcoin Price for Virwox?

Bitcoin Price for Virwox är en Chrome-tillägg utvecklad av Fernando D. Tiberti, och dess huvudfunktion är "Calculates the final bitcoin price on virwox.com".

Tilläggsskärmbilder

screenshot

Ladda ner Bitcoin Price for Virwox-förlängningens CRX-fil

Ladda ner Bitcoin Price for Virwox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Bitcoin Price for Virwox Bitcoin Price for Virwox
ID fbfkbojhhpboogndladhdemkbpmfmeie
Officiell webbadress https://chrome.google.com/webstore/detail/bitcoin-price-for-virwox/fbfkbojhhpboogndladhdemkbpmfmeie
Beskrivning Calculates the final bitcoin price on virwox.com
Filstorlek 41.29 KB
Antal Installationer 48
Aktuell Version 0.1.0
Senast Uppdaterad 2015-02-26
Publiceringsdatum 2015-02-26
Betyg 3.60/5 Totalt 5 Betyg
Utvecklare Fernando D. Tiberti
Betalningssätt free
Stödda Språk 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
}