Coins

Track your favorite cryptocurrencies

什麼是Coins?

Coins是由usmanity開發的Chrome擴展程式,該擴展的主要功能是“Track your favorite cryptocurrencies”。

擴展截圖

screenshot

下載Coins擴展crx文件

下載Coins擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Coins Coins
ID joncmnocnjnffkopobkdnlcaanhbbpki
官方網址 https://chromewebstore.google.com/detail/coins/joncmnocnjnffkopobkdnlcaanhbbpki
簡介 Track your favorite cryptocurrencies
檔案大小 384 KB
安裝次數 35
目前版本 1.0.0
更新時間 2018-04-12
上架時間 2018-04-11
開發者 usmanity
付費類型 free
擴展官網 https://github.com/usmanity/coins
說明頁面URL https://github.com/usmanity/coins/issues
支援的語言 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"
            }
        }
    }
}