Lisk To The Moon

Lisk going to the moon indicator.

Apa itu Lisk To The Moon?

Lisk To The Moon adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Lisk going to the moon indicator.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lisk To The Moon

Unduh file ekstensi Lisk To The Moon 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

                        Small addon that shows latest data about our bellowed LISK
Icon will glow red if in last hour LISK drop 1% in price otherwise will shine green.
After click on icon popup will show you:
- Rank (Market cap compare to other crypto-currencies)
- Price in USD
- Price in BTC
- Value percent change 1h
- Value percent change 24h
- Value percent change 7d
- Market cap in USD
+ shortcut to LISK twitter and Reddit                    

Informasi Dasar Ekstensi

Nama Lisk To The Moon Lisk To The Moon
ID dbpaabddcninimgpkifpingoidmbfoeh
URL Resmi https://chromewebstore.google.com/detail/lisk-to-the-moon/dbpaabddcninimgpkifpingoidmbfoeh
Deskripsi Lisk going to the moon indicator.
Ukuran File 139 KB
Jumlah Instalasi 14
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2017-09-07
Tanggal Publikasi 2017-09-06
Penilaian 4.50/5 Total 4 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lisk To The Moon",
    "description": "Lisk going to the moon indicator.",
    "version": "0.1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "lisk.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; 'https:\/\/files.coinmarketcap.com\/static\/widget\/currency.js';unsafe-inline; object-src 'self'"
}