Bitfinex Ticker

This extension shows latest price ticker of Bitfinex.

Bitfinex Tickerとは何ですか?

Bitfinex Tickerはdaniaorenによって開発されたChromeの拡張機能で、その主な機能は「This extension shows latest price ticker of Bitfinex.」です。

Bitfinex Ticker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A handy extension that shows latest BTC, ETH, EOS price ticker from Bitfinex both in toolbar and pop-up menu.

If you like this extension and would like to buy me a cup of coffee, please donate to the following address:

- BTC
1Gn8iQ6QRqTBHnLSQoRux6VVQ7HukDAdMw

- ETH
0x533D7cEBc7A2A49AC6b15aFC26D6fb4f8Aa75A02

You kindness may keep me updating XD                    

拡張機能の基本情報

名前 Bitfinex Ticker Bitfinex Ticker
ID killapbnabbnkmpjpdcpngfphjkbldln
公式URL https://chromewebstore.google.com/detail/bitfinex-ticker/killapbnabbnkmpjpdcpngfphjkbldln
説明 This extension shows latest price ticker of Bitfinex.
ファイルサイズ 87.45 KB
インストール数 18
現在のバージョン 0.0.1
最終更新日 2017-11-03
公開日 2017-11-02
開発者 daniaoren
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitfinex Ticker",
    "description": "This extension shows latest price ticker of Bitfinex.",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/api.bitfinex.com\/",
        "activeTab",
        "storage"
    ]
}