Instant BTC to USD/GBP

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

Co je Instant BTC to USD/GBP?

Instant BTC to USD/GBP je rozšíření Chrome vyvinuté https://witty-feeds1.blogspot.com, a jeho hlavní funkcí je „Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Instant BTC to USD/GBP

Stáhněte si soubory rozšíření Instant BTC to USD/GBP ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Instant BTC to USD/GBP Instant BTC to USD/GBP
ID blgikkibpagbmnldeibbllmkeegkblbl
Oficiální URL https://chromewebstore.google.com/detail/instant-btc-to-usdgbp/blgikkibpagbmnldeibbllmkeegkblbl
Popis Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.
Velikost souboru 19.49 KB
Počet instalací 43
Aktuální Verze 4.0.2
Poslední Aktualizace 2017-09-09
Datum Vydání 2017-09-08
Hodnocení 4.00/5 Celkem 5 Hodnocení
Vývojář https://witty-feeds1.blogspot.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://www.google.com/privacy
Podporované Jazyky 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"
    ]
}