BTC.com Extension for Chrome

An extension that provides data of bitcoin.

Cos'è BTC.com Extension for Chrome?

BTC.com Extension for Chrome è un'estensione di Chrome sviluppata da btc.com, e la sua funzione principale è "An extension that provides data of bitcoin.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione BTC.com Extension for Chrome

Scarica i file di estensione BTC.com Extension for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The quickest way to view bitcoin data, including blockchain information and global price. By using BTC.com extension, it's so easy to be with bitcoin and blockchain.

Github: https://github.com/btccom/chrome_extension                    

Informazioni di Base sull'Estensione

Nome BTC.com Extension for Chrome BTC.com Extension for Chrome
ID bbliigjegnkdnolaabpfdoimdmncjdca
URL Ufficiale https://chrome.google.com/webstore/detail/btccom-extension-for-chro/bbliigjegnkdnolaabpfdoimdmncjdca
Descrizione An extension that provides data of bitcoin.
Dimensione del File 1.33 MB
Conteggio Installazioni 4,000
Versione Corrente 1.2.4
Ultimo Aggiornamento 2019-07-11
Data di Pubblicazione 2019-07-11
Valutazione 3.98/5 Totale 52 Valutazioni
Sviluppatore btc.com
Tipo di Pagamento free
Sito Web dell'Estensione https://btc.com
URL della Pagina di Aiuto https://btc.com
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "author": "BTC.com",
    "version": "1.2.4",
    "browser_action": {
        "default_popup": "components\/popup\/popup.html",
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "build\/background.bundle.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "components\/lookup\/images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "components\/lookup\/style.css"
            ],
            "js": [
                "components\/lookup\/jquery.min.js",
                "components\/lookup\/bitcore.min.js",
                "build\/lookup.bundle.js",
                "components\/lookup\/tool.js"
            ]
        }
    ],
    "options_page": "components\/option\/option.html"
}