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
官方網址 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
電子郵箱 [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\/"
    ]
}