Instant BTC to USD/GBP

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

Wat is Instant BTC to USD/GBP?

Instant BTC to USD/GBP is een Chrome-extensie ontwikkeld door https://witty-feeds1.blogspot.com, en de belangrijkste functie is "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.".

Extensie Screenshots

Download het CRX-bestand van de extensie Instant BTC to USD/GBP

Download Instant BTC to USD/GBP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Instant BTC to USD/GBP Instant BTC to USD/GBP
ID blgikkibpagbmnldeibbllmkeegkblbl
Officiële URL https://chromewebstore.google.com/detail/instant-btc-to-usdgbp/blgikkibpagbmnldeibbllmkeegkblbl
Beschrijving Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.
Bestandsgrootte 19.49 KB
Aantal Installaties 43
Huidige Versie 4.0.2
Laatst Bijgewerkt 2017-09-09
Publicatiedatum 2017-09-08
Beoordeling 4.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://witty-feeds1.blogspot.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://www.google.com/privacy
Ondersteunde Talen 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"
    ]
}