IOTA ticker

This non official extension allows the user to display the current price of MIOTA in USD

Τι είναι το IOTA ticker;

Το IOTA ticker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hak910, και η κύρια λειτουργία του είναι "This non official extension allows the user to display the current price of MIOTA in USD".

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

screenshot

Λήψη αρχείου CRX της επέκτασης IOTA ticker

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

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

                        This non official extension allows the user to display the current price of MIOTA in USD from CoinMarketCap. The price is updated every minute.
The red background indicates that the 24h price is down.
The green background indicates that the 24h price is up.
Donation : MGGUTRHVQNPHXRJ9TQZQUWLDVCCENBVRCWVIFPTCNGINHCCIYYAHWIGFP9ATMHWZPWLUXOXUTODEKBRPYBJNMEWWUD                    

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

Όνομα IOTA ticker IOTA ticker
ID jbhegidpbcpnnabhglbjfboccegcjjbe
Επίσημο URL https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe
Περιγραφή This non official extension allows the user to display the current price of MIOTA in USD
Μέγεθος Αρχείου 5.52 KB
Αριθμός Εγκαταστάσεων 41
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2017-12-17
Ημερομηνία Δημοσίευσης 2017-12-17
Αξιολόγηση 4.73/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής hak910
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IOTA ticker",
    "description": "This non official extension allows the user to display the current price of MIOTA in USD",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "alarms"
    ],
    "background": {
        "scripts": [
            "myscript.js"
        ],
        "persistent": true
    }
}