Cryptocurrency portfolio value

Portfolio value ticker (data taken from CoinMarketCap.com)

Cryptocurrency portfolio value là gì?

Cryptocurrency portfolio value là một tiện ích mở rộng Chrome được phát triển bởi Torisbel, và tính năng chính của nó là "Portfolio value ticker (data taken from CoinMarketCap.com)".

Ả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 Cryptocurrency portfolio value

Tải xuống các tệp mở rộng Cryptocurrency portfolio value 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

                        Got multiple cryptocurrencies? See the total value of your digital currency portfolio at a glance!

Bitcoin, Litecoin, Ethereum, Monero, Dash, Stellar, Ripple, Dogecoin, NEO, OmiseGO, Cardano, you name it! If it's on CoinMarketCap, you can use it here.

Data source: https://api.coinmarketcap.com
Values are updated every 4 minutes.

The icon will show the first three digits (rounded), for an accuracy of 0.1%, so for example, $1,826.96 will display as 183. This way, Chrome won't truncate the text!

The textbox at the bottom of the popup allows you to list your assets. Once you click away from it, the summary table refreshes with your changes.

Donations are appreciated:

Bitcoin Cash: 1LfLYSEmH9S8FFzpk2soabuki7GRbwKjAP

Ethereum: 0xc3BA70fb0279dd394175556255A1dAD632Bb149d

Monero: 45Rw3ucVBLjZGUgSJz7kg4efveVqHjxqkWtNCbqXhKq3FRLKtZjEjL6SeHLdDwAaqa6Da9CKHe2jgQSpoRXA9Ps99EaY57d                    

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

Tên Cryptocurrency portfolio value Cryptocurrency portfolio value
ID hjbmikofmhjfpocpkcolfldpnhcngedg
URL Chính Thức https://chromewebstore.google.com/detail/cryptocurrency-portfolio/hjbmikofmhjfpocpkcolfldpnhcngedg
Mô tả Portfolio value ticker (data taken from CoinMarketCap.com)
Kích Thước Tệp 225 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 0.9.5
Cập Nhật Lần Cuối 2018-02-01
Ngày Phát Hành 2018-02-01
Nhà Phát Triển Torisbel
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "background": {
        "scripts": [
            "ticker.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.htm"
    },
    "description": "Portfolio value ticker (data taken from CoinMarketCap.com)",
    "icons": {
        "19": "icon19.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Cryptocurrency portfolio value",
    "short_name": "Portfolio value",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9.5",
    "permissions": [
        "storage",
        "https:\/\/api.coinmarketcap.com\/"
    ]
}