Ethereum price

Displays the current Ethereum price.

Ethereum price là gì?

Ethereum price là một tiện ích mở rộng Chrome được phát triển bởi ar2r, và tính năng chính của nó là "Displays the current Ethereum price.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Ethereum price 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 ETH / Ethereum price tracker.
data provided by Coinmarketcap.

You can also download my other coin tracker (alt coins)
BTC Bitcoin price tracker
LTC Litecoin price tracker
XMR Monero Price tracker
ZEC Zcash price tracker
DOGE Dogecoin price tracker
DASH Dash price tracker
Please, feel free to ask for any other coin you want or any other feature.                    

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

Tên Ethereum price Ethereum price
ID lfpfdkldcgcmdioidcldjcmlfacnkild
URL Chính Thức https://chrome.google.com/webstore/detail/ethereum-price/lfpfdkldcgcmdioidcldjcmlfacnkild
Mô tả Displays the current Ethereum price.
Kích Thước Tệp 64.2 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-01-17
Ngày Phát Hành 2018-01-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ar2r
Loại Thanh Toán free
Trang Web Mở Rộng http://allcoinindex.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png"
        },
        "default_popup": "price.htm",
        "default_title": "Click to show more information"
    },
    "description": "Displays the current Ethereum price.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "Ethereum price",
    "permissions": [
        "https:\/\/coinmarketcap.com\/",
        "storage"
    ],
    "short_name": "Ethereum Price",
    "version": "1.0"
}