BTC Markets Ticker

Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.

BTC Markets Tickerとは何ですか?

BTC Markets Tickerはsudosammyによって開発されたChromeの拡張機能で、その主な機能は「Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Simple Chrome extension ticker that makes use of the BTC Markets API (https://www.btcmarkets.net/). Regularly updated to stay current with the coins offered by BTC Markets. State will persist between Chrome browsers that you're logged into.

If it looks broken, press the delete key (or Fn+Delete on Mac) to refresh the extension.                    

拡張機能の基本情報

名前 BTC Markets Ticker BTC Markets Ticker
ID cmjogmdkjjbhhlcfhabajdbdafdmhmdi
公式URL https://chromewebstore.google.com/detail/btc-markets-ticker/cmjogmdkjjbhhlcfhabajdbdafdmhmdi
説明 Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.
ファイルサイズ 20.94 KB
インストール数 52
現在のバージョン 0.10
最終更新日 2021-02-14
公開日 2020-01-25
評価 5.00/5 合計 6 レビュー
開発者 sudosammy
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/sudosammy/BTCMarkets-Ticker
ヘルプページのURL https://github.com/sudosammy/BTCMarkets-Ticker
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BTC Markets Ticker",
    "description": "Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.",
    "version": "0.10",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*.btcmarkets.net\/"
    ]
}