Cryptocurrency Price Ticker

This Chrome extension that can check the price of Cryptocurrency.

Τι είναι το Cryptocurrency Price Ticker;

Το Cryptocurrency Price Ticker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://virtual-money.xyz, και η κύρια λειτουργία του είναι "This Chrome extension that can check the price of Cryptocurrency.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cryptocurrency Price Ticker

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

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

                        Features:
- Check the Cryptocurrency Price.
    - Using poloniex API.
- select the currency to display.

Currency:
- BTC
- ETH
- ETC
- XMR
- REP
- XRP
- ZEC
- LTC
- DASH                    

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

Όνομα Cryptocurrency Price Ticker Cryptocurrency Price Ticker
ID ignpmignipmepahdookedpilckoeclob
Επίσημο URL https://chromewebstore.google.com/detail/cryptocurrency-price-tick/ignpmignipmepahdookedpilckoeclob
Περιγραφή This Chrome extension that can check the price of Cryptocurrency.
Μέγεθος Αρχείου 293 KB
Αριθμός Εγκαταστάσεων 206
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2017-06-19
Ημερομηνία Δημοσίευσης 2017-06-19
Αξιολόγηση 3.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://virtual-money.xyz
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cryptocurrency Price Ticker",
    "version": "1.1.1",
    "description": "This Chrome extension that can check the price of Cryptocurrency.",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "https:\/\/poloniex.com\/public*"
    ],
    "icons": {
        "128": "icon.png"
    }
}