Instant BTC to USD/GBP

Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.

Instant BTC to USD/GBPคืออะไร?

Instant BTC to USD/GBP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://witty-feeds1.blogspot.com และคุณลักษณะหลักของมันคือ "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instant BTC to USD/GBP

ดาวน์โหลดไฟล์ส่วนขยาย Instant BTC to USD/GBP ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Simple and Easy Plugin to convert any amount from BTC to USD without leaving the page. Select the value in BTC and right click on it our extension automatically convert that into USD and GBP. 

Icon Credit:

https://www.flaticon.com/authors/tomas-knop                    

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

ชื่อ Instant BTC to USD/GBP Instant BTC to USD/GBP
ID blgikkibpagbmnldeibbllmkeegkblbl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instant-btc-to-usdgbp/blgikkibpagbmnldeibbllmkeegkblbl
คำอธิบาย Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.
ขนาดไฟล์ 19.49 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 4.0.2
อัปเดตครั้งล่าสุด 2017-09-09
วันที่เผยแพร่ 2017-09-08
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://witty-feeds1.blogspot.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.google.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant BTC to USD\/GBP",
    "short_name": "BTC to USD\/GBP Converter",
    "version": "4.0.2",
    "manifest_version": 2,
    "description": "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.",
    "icons": {
        "16": "icons\/coin.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ]
}