Instant BTC to USD/GBP

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

Co to jest Instant BTC to USD/GBP?

Instant BTC to USD/GBP to rozszerzenie Chrome opracowane przez https://witty-feeds1.blogspot.com, a jego główną funkcją jest „Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Instant BTC to USD/GBP

Pobierz pliki rozszerzeń Instant BTC to USD/GBP w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Instant BTC to USD/GBP Instant BTC to USD/GBP
ID blgikkibpagbmnldeibbllmkeegkblbl
Oficjalny URL https://chromewebstore.google.com/detail/instant-btc-to-usdgbp/blgikkibpagbmnldeibbllmkeegkblbl
Opis Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.
Rozmiar pliku 19.49 KB
Liczba instalacji 43
Aktualna Wersja 4.0.2
Ostatnia Aktualizacja 2017-09-09
Data Publikacji 2017-09-08
Ocena 4.00/5 Łącznie 5 Oceny
Deweloper https://witty-feeds1.blogspot.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://www.google.com/privacy
Obsługiwane Języki 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"
    ]
}