Bitcoin Price for Virwox

Calculates the final bitcoin price on virwox.com

Bitcoin Price for Virwox란 무엇입니까?

Bitcoin Price for Virwox은(는) Fernando D. Tiberti에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculates the final bitcoin price on virwox.com"입니다.

확장 프로그램 스크린샷

screenshot

Bitcoin Price for Virwox 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Calculates the final bitcoin price in virwox.com It takes into account the USD/SLL and BTC/SLL metrics as well as the conversion fees (2.9% + 50 SLL) for each of the two transactions needed to convert dollars into bitcoins.

Bitcoin Virwox also features a chart for the BTC/SLL moving price with several periods to select from.

Please donate!
1HEZGaMmDFcPSvC4yAqmEUw6MfxNEQ7RgY                    

확장 프로그램 기본 정보

이름 Bitcoin Price for Virwox Bitcoin Price for Virwox
ID fbfkbojhhpboogndladhdemkbpmfmeie
공식 URL https://chrome.google.com/webstore/detail/bitcoin-price-for-virwox/fbfkbojhhpboogndladhdemkbpmfmeie
설명 Calculates the final bitcoin price on virwox.com
파일 크기 41.29 KB
설치 횟수 48
현재 버전 0.1.0
최근 업데이트 2015-02-26
출시 날짜 2015-02-26
평점 3.60/5 총 5 개의 평점
개발자 Fernando D. Tiberti
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitcoin Price for Virwox",
    "short_name": "BTC Virwox",
    "version": "0.1.0",
    "description": "Calculates the final bitcoin price on virwox.com",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.virwox.com\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "jquery-1.10.2.min.map"
    ],
    "permissions": [
        "https:\/\/www.virwox.com\/*"
    ],
    "manifest_version": 2
}