Coinbase Enhancement Suite

Adds missing features to Coinbase website.

Coinbase Enhancement Suite란 무엇입니까?

Coinbase Enhancement Suite은(는) Mike Tsao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds missing features to Coinbase website."입니다.

확장 프로그램 스크린샷

screenshot

Coinbase Enhancement Suite 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Fixes various bugs in the Coinbase website. Actually, at the moment fixes only one.

On the transactions page, tells you the USD/BTC price. Today this information is missing from transaction confirmations, but it's not provided. This information is calculated from the total price, the BTC figure, a $0.15 bank fee, and a 1.0% Coinbase fee. If these values change, the calculation will be incorrect.

Coinbase is not affiliated with me or this product.                    

확장 프로그램 기본 정보

이름 Coinbase Enhancement Suite Coinbase Enhancement Suite
ID ihmmdkcakjebheclflinnabikkhdgpdl
공식 URL https://chromewebstore.google.com/detail/coinbase-enhancement-suit/ihmmdkcakjebheclflinnabikkhdgpdl
설명 Adds missing features to Coinbase website.
파일 크기 2.96 KB
설치 횟수 299
현재 버전 1.0
최근 업데이트 2013-08-02
출시 날짜 2013-08-01
평점 5.00/5 총 2 개의 평점
개발자 Mike Tsao
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coinbase Enhancement Suite",
    "description": "Adds missing features to Coinbase website.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/coinbase.com\/transactions\/*"
            ],
            "js": [
                "fix_transactions.js"
            ],
            "run_at": "document_end"
        }
    ]
}