Instant BTC to USD/GBP

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

O que é Instant BTC to USD/GBP?

Instant BTC to USD/GBP é uma extensão do Chrome desenvolvida por https://witty-feeds1.blogspot.com, e sua principal característica é "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Instant BTC to USD/GBP

Baixe arquivos de extensão Instant BTC to USD/GBP no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Instant BTC to USD/GBP Instant BTC to USD/GBP
ID blgikkibpagbmnldeibbllmkeegkblbl
URL Oficial https://chromewebstore.google.com/detail/instant-btc-to-usdgbp/blgikkibpagbmnldeibbllmkeegkblbl
Descrição Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.
Tamanho do Arquivo 19.49 KB
Contagem de Instalações 43
Versão Atual 4.0.2
Última Atualização 2017-09-09
Data de Publicação 2017-09-08
Classificação 4.00/5 Total de 5 Avaliações
Desenvolvedor https://witty-feeds1.blogspot.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.google.com/privacy
Idiomas Suportados 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"
    ]
}