Binance portfolio distribution and price

See the distribution and the value of your Binance Portfolio

Binance portfolio distribution and priceとは何ですか?

Binance portfolio distribution and priceはnim.izadiによって開発されたChromeの拡張機能で、その主な機能は「See the distribution and the value of your Binance Portfolio」です。

拡張機能のスクリーンショット

screenshot

Binance portfolio distribution and price拡張機能のCRXファイルをダウンロード

Binance portfolio distribution and price拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        - Choose in which currency you want to see your Binance Portfolio: USD, EUR, GBP, CNY or BTC
- See the value of each of your holding
- See the distribution of your assets: 30% BTC, 25% ETH, etc.
- See last 1h / 24h / 1d change
- See coin price                    

拡張機能の基本情報

名前 Binance portfolio distribution and price Binance portfolio distribution and price
ID hehgjfflnnegoonpmohkklklgfpgdcmg
公式URL https://chromewebstore.google.com/detail/binance-portfolio-distrib/hehgjfflnnegoonpmohkklklgfpgdcmg
説明 See the distribution and the value of your Binance Portfolio
ファイルサイズ 134 KB
インストール数 71
現在のバージョン 1.0.9
最終更新日 2018-01-23
公開日 2018-01-23
評価 3.00/5 合計 2 レビュー
開発者 nim.izadi
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9",
    "name": "Binance portfolio distribution and price",
    "manifest_version": 2,
    "description": "See the distribution and the value of your Binance Portfolio",
    "browser_action": {
        "default_title": "Binance portfolio",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self' http:\/\/localhost:3000 https:\/\/localhost:3000 'unsafe-eval'; connect-src https:\/\/api.coindesk.com\/ http:\/\/localhost:3000 https:\/\/localhost:3000; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;"
}