Stellar Lumens (XLM) Price Tracker

Display the price of Stellar Lumens right in your browser.

O que é Stellar Lumens (XLM) Price Tracker?

Stellar Lumens (XLM) Price Tracker é uma extensão do Chrome desenvolvida por Chinedu Enwere, e sua principal característica é "Display the price of Stellar Lumens right in your browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Stellar Lumens (XLM) Price Tracker

Baixe arquivos de extensão Stellar Lumens (XLM) Price Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Stellar Lumens (XLM) Price Tracker Stellar Lumens (XLM) Price Tracker
ID pbffeaoofdbbccdcohlgedpihhehdmhp
URL Oficial https://chromewebstore.google.com/detail/stellar-lumens-xlm-price/pbffeaoofdbbccdcohlgedpihhehdmhp
Descrição Display the price of Stellar Lumens right in your browser.
Tamanho do Arquivo 533 KB
Contagem de Instalações 42
Versão Atual 1.4.1
Última Atualização 2019-04-14
Data de Publicação 2019-04-14
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Chinedu Enwere
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}