Ripple Price Ticker

Ripple Price Ticker and other utilities around Ripple

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

Το Ripple Price Ticker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jmar42, και η κύρια λειτουργία του είναι "Ripple Price Ticker and other utilities around Ripple".

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

screenshot

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

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

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

                        Get updated Ripple XRP prices with high/low alerts.                    

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

Όνομα Ripple Price Ticker Ripple Price Ticker
ID eicmompglnpkgaepabdflodladchenfa
Επίσημο URL https://chrome.google.com/webstore/detail/ripple-price-ticker/eicmompglnpkgaepabdflodladchenfa
Περιγραφή Ripple Price Ticker and other utilities around Ripple
Μέγεθος Αρχείου 118 KB
Αριθμός Εγκαταστάσεων 17
Τρέχουσα Έκδοση 1.0.15
Τελευταία Ενημέρωση 2018-01-11
Ημερομηνία Δημοσίευσης 2018-01-11
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής jmar42
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ripple Price Ticker",
    "short_name": "Ripple Price",
    "description": "Ripple Price Ticker and other utilities around Ripple",
    "version": "1.0.15",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Jeff Martinez ",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "permissions": [
        "background",
        "notifications",
        "storage",
        "https:\/\/api.coinmarketcap.com\/",
        "http:\/\/www.ecb.europa.eu\/"
    ]
}