Instant BTC to USD/GBP

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

Vad är Instant BTC to USD/GBP?

Instant BTC to USD/GBP är en Chrome-tillägg utvecklad av https://witty-feeds1.blogspot.com, och dess huvudfunktion är "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.".

Tilläggsskärmbilder

Ladda ner Instant BTC to USD/GBP-förlängningens CRX-fil

Ladda ner Instant BTC to USD/GBP-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Instant BTC to USD/GBP Instant BTC to USD/GBP
ID blgikkibpagbmnldeibbllmkeegkblbl
Officiell webbadress https://chromewebstore.google.com/detail/instant-btc-to-usdgbp/blgikkibpagbmnldeibbllmkeegkblbl
Beskrivning Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.
Filstorlek 19.49 KB
Antal Installationer 43
Aktuell Version 4.0.2
Senast Uppdaterad 2017-09-09
Publiceringsdatum 2017-09-08
Betyg 4.00/5 Totalt 5 Betyg
Utvecklare https://witty-feeds1.blogspot.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://www.google.com/privacy
Stödda Språk 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"
    ]
}