Coins

Track your favorite cryptocurrencies

Coins là gì?

Coins là một tiện ích mở rộng Chrome được phát triển bởi usmanity, và tính năng chính của nó là "Track your favorite cryptocurrencies".

Ả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 Coins

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

                        Get a quick overview of the top coins. 

When you first open the Chrome extension, you will see the top 10 coins. You can search for other coins in the search box. 

Use the keyboard shortcuts to open the extension even quicker!
Mac: Command + Control + C
Windows: Control + Shift + C


This extension is still a work in progress.

If you'd like to report and issue please file one here: https://github.com/usmanity/coins/issues                    

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

Tên Coins Coins
ID joncmnocnjnffkopobkdnlcaanhbbpki
URL Chính Thức https://chromewebstore.google.com/detail/coins/joncmnocnjnffkopobkdnlcaanhbbpki
Mô tả Track your favorite cryptocurrencies
Kích Thước Tệp 384 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-04-12
Ngày Phát Hành 2018-04-11
Nhà Phát Triển usmanity
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/usmanity/coins
URL Trang Trợ Giúp https://github.com/usmanity/coins/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coins",
    "description": "Track your favorite cryptocurrencies",
    "version": "1.0.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "coins.html",
        "default_icon": "coin.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+C",
                "mac": "Command+MacCtrl+C",
                "chromeos": "Ctrl+Shift+C",
                "linux": "Ctrl+Shift+C"
            }
        }
    }
}