Instant BTC to USD/GBP

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

Cos'è Instant BTC to USD/GBP?

Instant BTC to USD/GBP è un'estensione di Chrome sviluppata da https://witty-feeds1.blogspot.com, e la sua funzione principale è "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Instant BTC to USD/GBP

Scarica i file di estensione Instant BTC to USD/GBP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Instant BTC to USD/GBP Instant BTC to USD/GBP
ID blgikkibpagbmnldeibbllmkeegkblbl
URL Ufficiale https://chromewebstore.google.com/detail/instant-btc-to-usdgbp/blgikkibpagbmnldeibbllmkeegkblbl
Descrizione Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.
Dimensione del File 19.49 KB
Conteggio Installazioni 43
Versione Corrente 4.0.2
Ultimo Aggiornamento 2017-09-09
Data di Pubblicazione 2017-09-08
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore https://witty-feeds1.blogspot.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://www.google.com/privacy
Lingue Supportate 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"
    ]
}