Instant BTC to USD/GBP

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

Qu'est-ce que Instant BTC to USD/GBP ?

Instant BTC to USD/GBP est une extension Chrome développée par https://witty-feeds1.blogspot.com, et sa fonction principale est "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Instant BTC to USD/GBP

Téléchargez les fichiers d'extension Instant BTC to USD/GBP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Instant BTC to USD/GBP Instant BTC to USD/GBP
ID blgikkibpagbmnldeibbllmkeegkblbl
URL Officiel https://chromewebstore.google.com/detail/instant-btc-to-usdgbp/blgikkibpagbmnldeibbllmkeegkblbl
Description Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.
Taille du Fichier 19.49 KB
Nombre d'Installations 43
Version Actuelle 4.0.2
Dernière Mise à Jour 2017-09-09
Date de Publication 2017-09-08
Évaluation 4.00/5 Total 5 Évaluations
Développeur https://witty-feeds1.blogspot.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.google.com/privacy
Langues Prises en Charge 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"
    ]
}