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 là gì?

Instant BTC to USD/GBP là một tiện ích mở rộng Chrome được phát triển bởi https://witty-feeds1.blogspot.com, và tính năng chính của nó là "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.".

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

Tải xuống tệp CRX của tiện ích mở rộng Instant BTC to USD/GBP

Tải xuống các tệp mở rộng Instant BTC to USD/GBP 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

                        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                    

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

Tên Instant BTC to USD/GBP Instant BTC to USD/GBP
ID blgikkibpagbmnldeibbllmkeegkblbl
URL Chính Thức https://chromewebstore.google.com/detail/instant-btc-to-usdgbp/blgikkibpagbmnldeibbllmkeegkblbl
Mô tả Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.
Kích Thước Tệp 19.49 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 4.0.2
Cập Nhật Lần Cuối 2017-09-09
Ngày Phát Hành 2017-09-08
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://witty-feeds1.blogspot.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.google.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}