zpool Hash Refinery ahashpool Fiat converter

zpool, Hash Refinery and ahashpool BTC to Fiat converter

zpool Hash Refinery ahashpool Fiat converterคืออะไร?

zpool Hash Refinery ahashpool Fiat converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pablo Fernández และคุณลักษณะหลักของมันคือ "zpool, Hash Refinery and ahashpool BTC to Fiat converter"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย zpool Hash Refinery ahashpool Fiat converter

ดาวน์โหลดไฟล์ส่วนขยาย zpool Hash Refinery ahashpool Fiat converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ zpool Hash Refinery ahashpool Fiat converter zpool Hash Refinery ahashpool Fiat converter
ID amapglaigcmhjcoekcnibppkelmjcjbc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zpool-hash-refinery-ahash/amapglaigcmhjcoekcnibppkelmjcjbc
คำอธิบาย zpool, Hash Refinery and ahashpool BTC to Fiat converter
ขนาดไฟล์ 145 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2018-01-22
วันที่เผยแพร่ 2018-01-22
ผู้พัฒนา Pablo Fernández
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/pablitofernandez/zpoolHashrefineryAhaspoolBTCToFiatConverter
ภาษาที่รองรับ 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"
}