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
公式URL 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"
            }
        }
    }
}