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是由https://witty-feeds1.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.”。

擴展截圖

下載Instant BTC to USD/GBP擴展crx文件

下載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
官方網址 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"
    ]
}