Crypto Price Checker

Check crypto prices!

Cos'è Crypto Price Checker?

Crypto Price Checker è un'estensione di Chrome sviluppata da https://lewiszou.com, e la sua funzione principale è "Check crypto prices!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Crypto Price Checker

Scarica i file di estensione Crypto Price Checker 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

                        This chrome extension places real-time information from the cryptocurrency market into your Chrome taskbar for you to access at a second’s notice! The Crypto Price Checker has access to a plentitude of currency data, including the top coins on the market, analytical data on specific coins, a conversion calculator between currencies, and news updates. In addition to the market data essential to the high-flying trader, our FAQ pages, catered to those new to the crypto-world, will explain just how these currencies work.                    

Informazioni di Base sull'Estensione

Nome Crypto Price Checker Crypto Price Checker
ID lgodfpmfocbdblieklacjfokganlnigm
URL Ufficiale https://chromewebstore.google.com/detail/crypto-price-checker/lgodfpmfocbdblieklacjfokganlnigm
Descrizione Check crypto prices!
Dimensione del File 172 KB
Conteggio Installazioni 13
Versione Corrente 2.0.0
Ultimo Aggiornamento 2018-12-06
Data di Pubblicazione 2018-12-05
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://lewiszou.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Price Checker",
    "description": "Check crypto prices!",
    "version": "2.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "https:\/\/www.coingecko.com\/en\/widgets\/",
        "https:\/\/www.cryptonator.com\/ui\/js\/widget\/"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.cryptonator.com\/ui\/js\/widget\/calc_widget.js https:\/\/widgets.coingecko.com\/coingecko-coin-price-marquee-widget.js https:\/\/widgets.coingecko.com\/coingecko-beam-widget.js; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.coingecko.com\/en\/widgets\/",
                "https:\/\/www.cryptonator.com\/ui\/js\/widget\/"
            ],
            "js": [
                "jquery-3.3.1.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}