BTC Markets Ticker

Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.

Apa itu BTC Markets Ticker?

BTC Markets Ticker adalah ekstensi Chrome yang dikembangkan oleh sudosammy, dan fitur utamanya adalah "Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BTC Markets Ticker

Unduh file ekstensi BTC Markets 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

                        Simple Chrome extension ticker that makes use of the BTC Markets API (https://www.btcmarkets.net/). Regularly updated to stay current with the coins offered by BTC Markets. State will persist between Chrome browsers that you're logged into.

If it looks broken, press the delete key (or Fn+Delete on Mac) to refresh the extension.                    

Informasi Dasar Ekstensi

Nama BTC Markets Ticker BTC Markets Ticker
ID cmjogmdkjjbhhlcfhabajdbdafdmhmdi
URL Resmi https://chromewebstore.google.com/detail/btc-markets-ticker/cmjogmdkjjbhhlcfhabajdbdafdmhmdi
Deskripsi Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.
Ukuran File 20.94 KB
Jumlah Instalasi 52
Versi Saat Ini 0.10
Terakhir Diperbarui 2021-02-14
Tanggal Publikasi 2020-01-25
Penilaian 5.00/5 Total 6 Penilaian
Pengembang sudosammy
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/sudosammy/BTCMarkets-Ticker
URL Halaman Bantuan https://github.com/sudosammy/BTCMarkets-Ticker
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BTC Markets Ticker",
    "description": "Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.",
    "version": "0.10",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*.btcmarkets.net\/"
    ]
}