Stellar Lumens (XLM) Price Tracker

Display the price of Stellar Lumens right in your browser.

Was ist Stellar Lumens (XLM) Price Tracker?

Stellar Lumens (XLM) Price Tracker ist eine Chrome-Erweiterung, die von Chinedu Enwere entwickelt wurde, und ihr Hauptmerkmal ist "Display the price of Stellar Lumens right in your browser.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Stellar Lumens (XLM) Price Tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stellar Lumens (XLM) Price Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        1.4.1
- Updated options page
1.4
- Bug fixes.
- more settings

Want to support my work?
XLM: GBATAFP3JBIFGIGID7Z244B3SOXK2JVGO4VSADQB7K5TZ7MT5OVG4UEW

Want more features? Suggest them here: https://forms.gle/joSg3bfazsoZzbFd9                    

Grundlegende Informationen zur Erweiterung

Name Stellar Lumens (XLM) Price Tracker Stellar Lumens (XLM) Price Tracker
ID pbffeaoofdbbccdcohlgedpihhehdmhp
Offizielle URL https://chromewebstore.google.com/detail/stellar-lumens-xlm-price/pbffeaoofdbbccdcohlgedpihhehdmhp
Beschreibung Display the price of Stellar Lumens right in your browser.
Dateigröße 533 KB
Installationsanzahl 42
Aktuelle Version 1.4.1
Letztes Update 2019-04-14
Veröffentlichungsdatum 2019-04-14
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Chinedu Enwere
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stellar Lumens (XLM) Price Tracker",
    "version": "1.4.1",
    "manifest_version": 2,
    "description": "Display the price of Stellar Lumens right in your browser.",
    "content_security_policy": "script-src 'self' https:\/\/s3.tradingview.com\/tv.js; object-src 'self'",
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Stellar Lumens Price Tracker",
        "default_popup": "popup.html",
        "default_icon": "newstellarlogo.png"
    },
    "background": {
        "scripts": [
            "price.js",
            "datasrc.js",
            "widget.js",
            "pricenotif.js"
        ],
        "persistent": true
    },
    "permissions": [
        "notifications",
        "storage"
    ]
}