Coins

Track your favorite cryptocurrencies

Coins란 무엇입니까?

Coins은(는) usmanity에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track your favorite cryptocurrencies"입니다.

확장 프로그램 스크린샷

screenshot

Coins 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            }
        }
    }
}