zpool Hash Refinery ahashpool Fiat converter

zpool, Hash Refinery and ahashpool BTC to Fiat converter

zpool Hash Refinery ahashpool Fiat converter là gì?

zpool Hash Refinery ahashpool Fiat converter là một tiện ích mở rộng Chrome được phát triển bởi Pablo Fernández, và tính năng chính của nó là "zpool, Hash Refinery and ahashpool BTC to Fiat converter".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng zpool Hash Refinery ahashpool Fiat converter

Tải xuống các tệp mở rộng zpool Hash Refinery ahashpool Fiat converter 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên zpool Hash Refinery ahashpool Fiat converter zpool Hash Refinery ahashpool Fiat converter
ID amapglaigcmhjcoekcnibppkelmjcjbc
URL Chính Thức https://chromewebstore.google.com/detail/zpool-hash-refinery-ahash/amapglaigcmhjcoekcnibppkelmjcjbc
Mô tả zpool, Hash Refinery and ahashpool BTC to Fiat converter
Kích Thước Tệp 145 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2018-01-22
Ngày Phát Hành 2018-01-22
Nhà Phát Triển Pablo Fernández
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/pablitofernandez/zpoolHashrefineryAhaspoolBTCToFiatConverter
Ngôn Ngữ Được Hỗ Trợ 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"
}