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
官方網址 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"
    ]
}