Crypto Price Ticker

Watch price of cryptocurrencies in your toolbar

Apa itu Crypto Price Ticker?

Crypto Price Ticker adalah ekstensi Chrome yang dikembangkan oleh Sergei L, dan fitur utamanya adalah "Watch price of cryptocurrencies in your toolbar".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Crypto Price Ticker

Unduh file ekstensi Crypto Price Ticker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Supported tickers from Binance, Bitfinex, Coinbase and other exchanges.
Setup your pairs in the options.

Icons made by srip from www.flaticon.com                    

Informasi Dasar Ekstensi

Nama Crypto Price Ticker Crypto Price Ticker
ID fdoanglfpolkbiecojimldfagdgfonpn
URL Resmi https://chrome.google.com/webstore/detail/crypto-price-ticker/fdoanglfpolkbiecojimldfagdgfonpn
Deskripsi Watch price of cryptocurrencies in your toolbar
Ukuran File 21.58 KB
Jumlah Instalasi 823
Versi Saat Ini 1.1.7
Terakhir Diperbarui 2021-06-21
Tanggal Publikasi 2020-08-29
Penilaian 4.91/5 Total 23 Penilaian
Pengembang Sergei L
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Price Ticker",
    "description": "Watch price of cryptocurrencies in your toolbar",
    "version": "1.1.7",
    "author": "srglbnv",
    "icons": {
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "manifest_version": 2,
    "permissions": [
        "storage"
    ]
}