Stellar Lumens (XLM) Price Tracker

Display the price of Stellar Lumens right in your browser.

Cos'è Stellar Lumens (XLM) Price Tracker?

Stellar Lumens (XLM) Price Tracker è un'estensione di Chrome sviluppata da Chinedu Enwere, e la sua funzione principale è "Display the price of Stellar Lumens right in your browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Stellar Lumens (XLM) Price Tracker

Scarica i file di estensione Stellar Lumens (XLM) Price Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Stellar Lumens (XLM) Price Tracker Stellar Lumens (XLM) Price Tracker
ID pbffeaoofdbbccdcohlgedpihhehdmhp
URL Ufficiale https://chromewebstore.google.com/detail/stellar-lumens-xlm-price/pbffeaoofdbbccdcohlgedpihhehdmhp
Descrizione Display the price of Stellar Lumens right in your browser.
Dimensione del File 533 KB
Conteggio Installazioni 42
Versione Corrente 1.4.1
Ultimo Aggiornamento 2019-04-14
Data di Pubblicazione 2019-04-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Chinedu Enwere
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}