Price in Bitcoins

Converts prices to Bitcoins for online retailers that accept the digital currency.

Price in Bitcoins란 무엇입니까?

Price in Bitcoins은(는) brendonboshell에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts prices to Bitcoins for online retailers that accept the digital currency."입니다.

확장 프로그램 스크린샷

screenshot

Price in Bitcoins 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        'Price in Bitcoins' converts prices to Bitcoins for online retailers that accept the digital currency. For Bitcoin to be considered a true currency, it makes sense for people to start trading with it directly. Even websites that accept Bitcoins normally price their items in USD or GBP. This extension automatically converts prices to milli-Bitcoins (mB) for true Bitcoin enthusiasts. 

Retailers supported: Overstock.com, TigerDirect.com. This is an early release; there's more retailers and great features to come.

(Please note this extension is not affiliate with Overstock or TigerDirect. It is provided for convenience only. All prices should be checked in their original currency before making purchases.)                    

확장 프로그램 기본 정보

이름 Price in Bitcoins Price in Bitcoins
ID klkhgjdlpbbbbdbifegjcihllcagojjg
공식 URL https://chromewebstore.google.com/detail/price-in-bitcoins/klkhgjdlpbbbbdbifegjcihllcagojjg
설명 Converts prices to Bitcoins for online retailers that accept the digital currency.
파일 크기 551 KB
설치 횟수 27
현재 버전 1.0
최근 업데이트 2014-01-26
출시 날짜 2014-01-26
평점 4.25/5 총 8 개의 평점
개발자 brendonboshell
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Price in Bitcoins",
    "description": "Converts prices to Bitcoins for online retailers that accept the digital currency.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "images\/bitcoin-19.png",
            "38": "images\/bitcoin-38.png"
        },
        "default_title": "Prices in Bitcoins",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/B_small.png"
    ]
}