Stellar Lumens (XLM) Price Tracker

Display the price of Stellar Lumens right in your browser.

什么是Stellar Lumens (XLM) Price Tracker?

Stellar Lumens (XLM) Price Tracker是由Chinedu Enwere开发的Chrome扩展程序,该扩展的主要功能是“Display the price of Stellar Lumens right in your browser.”。

扩展截图

screenshot
screenshot
screenshot

下载Stellar Lumens (XLM) Price Tracker扩展crx文件

下载Stellar Lumens (XLM) Price Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Stellar Lumens (XLM) Price Tracker Stellar Lumens (XLM) Price Tracker
ID pbffeaoofdbbccdcohlgedpihhehdmhp
官方URL https://chromewebstore.google.com/detail/stellar-lumens-xlm-price/pbffeaoofdbbccdcohlgedpihhehdmhp
简介 Display the price of Stellar Lumens right in your browser.
文件大小 533 KB
安装次数 42
当前版本 1.4.1
更新时间 2019-04-14
上架时间 2019-04-14
评分 5.00/5 共2次评分
开发者 Chinedu Enwere
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}