Cryptocurrency Ticker

Show the price of specified cryptocurrency in badge or tabs.

Cryptocurrency Ticker là gì?

Cryptocurrency Ticker là một tiện ích mở rộng Chrome được phát triển bởi nongyehezuoshe, và tính năng chính của nó là "Show the price of specified cryptocurrency in badge or tabs.".

Ả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 Cryptocurrency Ticker

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

                        Show the price of specified cryptocurrency in badge or tabs. You can customize which trading pairs are displayed from the options page. such as BTC-USDT, ETH-USDT, and so on.                    

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

Tên Cryptocurrency Ticker Cryptocurrency Ticker
ID omchhbokcmpfemeeifmlbighcbnomogk
URL Chính Thức https://chromewebstore.google.com/detail/cryptocurrency-ticker/omchhbokcmpfemeeifmlbighcbnomogk
Mô tả Show the price of specified cryptocurrency in badge or tabs.
Kích Thước Tệp 44.9 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 3.0.0.0
Cập Nhật Lần Cuối 2023-05-17
Ngày Phát Hành 2022-09-07
Nhà Phát Triển nongyehezuoshe
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/nongyehezuoshe/cointicker
URL Trang Trợ Giúp https://github.com/nongyehezuoshe/cointicker/issues
URL Trang Chính Sách Bảo Mật https://github.com/nongyehezuoshe/privacy/blob/main/README.md
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "version": "3.0.0.0",
    "description": "__MSG_ext_des__",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "icons\/icon.png",
            "24": "icons\/icon.png",
            "32": "icons\/icon.png"
        },
        "default_title": "__MSG_ext_name__",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "icons\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "html\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/event.js"
            ],
            "css": [
                "css\/event.css"
            ]
        }
    ]
}