IOTA ticker

This non official extension allows the user to display the current price of MIOTA in USD

IOTA ticker là gì?

IOTA ticker là một tiện ích mở rộng Chrome được phát triển bởi hak910, và tính năng chính của nó là "This non official extension allows the user to display the current price of MIOTA in USD".

Ả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 IOTA ticker

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

                        This non official extension allows the user to display the current price of MIOTA in USD from CoinMarketCap. The price is updated every minute.
The red background indicates that the 24h price is down.
The green background indicates that the 24h price is up.
Donation : MGGUTRHVQNPHXRJ9TQZQUWLDVCCENBVRCWVIFPTCNGINHCCIYYAHWIGFP9ATMHWZPWLUXOXUTODEKBRPYBJNMEWWUD                    

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

Tên IOTA ticker IOTA ticker
ID jbhegidpbcpnnabhglbjfboccegcjjbe
URL Chính Thức https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe
Mô tả This non official extension allows the user to display the current price of MIOTA in USD
Kích Thước Tệp 5.52 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-12-17
Ngày Phát Hành 2017-12-17
Đánh Giá 4.73/5 Tổng số 11 Đánh Giá
Nhà Phát Triển hak910
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IOTA ticker",
    "description": "This non official extension allows the user to display the current price of MIOTA in USD",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "alarms"
    ],
    "background": {
        "scripts": [
            "myscript.js"
        ],
        "persistent": true
    }
}