Lisk To The Moon

Lisk going to the moon indicator.

什麼是Lisk To The Moon?

Lisk To The Moon是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Lisk going to the moon indicator.”。

擴展截圖

screenshot

下載Lisk To The Moon擴展crx文件

下載Lisk To The Moon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Small addon that shows latest data about our bellowed LISK
Icon will glow red if in last hour LISK drop 1% in price otherwise will shine green.
After click on icon popup will show you:
- Rank (Market cap compare to other crypto-currencies)
- Price in USD
- Price in BTC
- Value percent change 1h
- Value percent change 24h
- Value percent change 7d
- Market cap in USD
+ shortcut to LISK twitter and Reddit                    

擴展基本資訊

名稱 Lisk To The Moon Lisk To The Moon
ID dbpaabddcninimgpkifpingoidmbfoeh
官方網址 https://chromewebstore.google.com/detail/lisk-to-the-moon/dbpaabddcninimgpkifpingoidmbfoeh
簡介 Lisk going to the moon indicator.
檔案大小 139 KB
安裝次數 14
目前版本 0.1.1
更新時間 2017-09-07
上架時間 2017-09-06
評分 4.50/5 共 4 次評分
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lisk To The Moon",
    "description": "Lisk going to the moon indicator.",
    "version": "0.1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "lisk.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; 'https:\/\/files.coinmarketcap.com\/static\/widget\/currency.js';unsafe-inline; object-src 'self'"
}