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 là gì?

BTC Markets Ticker là một tiện ích mở rộng Chrome được phát triển bởi sudosammy, và tính năng chính của nó là "Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BTC Markets Ticker

Tải xuống các tệp mở rộng BTC Markets Ticker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BTC Markets Ticker BTC Markets Ticker
ID cmjogmdkjjbhhlcfhabajdbdafdmhmdi
URL Chính Thức https://chromewebstore.google.com/detail/btc-markets-ticker/cmjogmdkjjbhhlcfhabajdbdafdmhmdi
Mô tả Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.
Kích Thước Tệp 20.94 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 0.10
Cập Nhật Lần Cuối 2021-02-14
Ngày Phát Hành 2020-01-25
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển sudosammy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sudosammy/BTCMarkets-Ticker
URL Trang Trợ Giúp https://github.com/sudosammy/BTCMarkets-Ticker
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}