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
公式URL 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'"
}