Lisk To The Moon

Lisk going to the moon indicator.

Τι είναι το Lisk To The Moon;

Το Lisk To The Moon είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Lisk going to the moon indicator.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Lisk To The Moon

Λήψη αρχείων επέκτασης Lisk To The Moon σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Lisk To The Moon Lisk To The Moon
ID dbpaabddcninimgpkifpingoidmbfoeh
Επίσημο URL https://chromewebstore.google.com/detail/lisk-to-the-moon/dbpaabddcninimgpkifpingoidmbfoeh
Περιγραφή Lisk going to the moon indicator.
Μέγεθος Αρχείου 139 KB
Αριθμός Εγκαταστάσεων 14
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2017-09-07
Ημερομηνία Δημοσίευσης 2017-09-06
Αξιολόγηση 4.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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'"
}