zpool Hash Refinery ahashpool Fiat converter

zpool, Hash Refinery and ahashpool BTC to Fiat converter

Vad är zpool Hash Refinery ahashpool Fiat converter?

zpool Hash Refinery ahashpool Fiat converter är en Chrome-tillägg utvecklad av Pablo Fernández, och dess huvudfunktion är "zpool, Hash Refinery and ahashpool BTC to Fiat converter".

Tilläggsskärmbilder

screenshot

Ladda ner zpool Hash Refinery ahashpool Fiat converter-förlängningens CRX-fil

Ladda ner zpool Hash Refinery ahashpool Fiat converter-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

                        zpool, Hash Refinery and ahashpool simple BTC to Fiat Converter.

Just install the extension and choose your favourite fiat currency. A new column will appear in both balance and earnings tables to show the BTC converted to your selected currency.

Accepted Donations in BTC: 1JTqH4NAUJxuFgjcSCKwpHm1CX8aGWANnR

Hope this tiny mod is useful for somebody.                    

Grundläggande Information om Tillägg

Namn zpool Hash Refinery ahashpool Fiat converter zpool Hash Refinery ahashpool Fiat converter
ID amapglaigcmhjcoekcnibppkelmjcjbc
Officiell webbadress https://chromewebstore.google.com/detail/zpool-hash-refinery-ahash/amapglaigcmhjcoekcnibppkelmjcjbc
Beskrivning zpool, Hash Refinery and ahashpool BTC to Fiat converter
Filstorlek 145 KB
Antal Installationer 16
Aktuell Version 0.0.3
Senast Uppdaterad 2018-01-22
Publiceringsdatum 2018-01-22
Utvecklare Pablo Fernández
Betalningssätt free
Tilläggswebbplats https://github.com/pablitofernandez/zpoolHashrefineryAhaspoolBTCToFiatConverter
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "zpool128.png",
        "default_title": "zpool, Hash Refinery and ahashpool BTC to Fiat converter",
        "default_popup": "redirect.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/zpool.ca\/?address*",
                "https:\/\/zpool.ca\/?address*",
                "http:\/\/pool.hashrefinery.com\/?address*",
                "https:\/\/pool.hashrefinery.com\/?address*",
                "https:\/\/ahashpool.com\/wallet.php?wallet=*",
                "http:\/\/ahashpool.com\/wallet.php?wallet=*"
            ]
        }
    ],
    "description": "zpool, Hash Refinery and ahashpool BTC to Fiat converter",
    "icons": {
        "128": "zpool128.png"
    },
    "manifest_version": 2,
    "name": "zpool Hash Refinery ahashpool Fiat converter",
    "permissions": [
        "tabs",
        "https:\/\/api.coindesk.com\/*"
    ],
    "short_name": "zpool, Hash Refinery and ahashpool BTC to Fiat converter",
    "version": "0.0.3"
}