Get Used to Bitcoin

Real-time bitcoin conversion extension.

Get Used to Bitcoin란 무엇입니까?

Get Used to Bitcoin은(는) Get Used to Bitcoin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Real-time bitcoin conversion extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Get Used to Bitcoin 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get Used to Bitcoin is a real-time bitcoin conversion browser extension for Google Chrome and Firefox that scans web-pages for price values and provides the value converted to bitcoin.

At the click of a button, see the prices of goods and services in bitcoin on any website, including many of the world’s largest e-commerce sites. Our extension is tested and proven to work on Amazon, eBay, Best Buy, Costco, and many others. No calculators, no confusion, no-brainer.

To use our extension, navigate to any web-page and click on the browser action icon in the top-right corner of your web browser. All price values on the web-page will be almost instantly converted to bitcoin. It's that simple.

For accurate results, bitcoin conversion rates are fetched from Blockchain's bitcoin ticker API, which is updated every fifteen minutes. Our advanced content script accurately detects and converts price values of almost any format and can automatically recognize multiple currencies.

For better precision, converted values less than one bitcoin are displayed as satoshis, a bitcoin sub-unit. One bitcoin is equal to one-hundred-million satoshis.

Please note that this extension does not mine crypto-currency. 

Get Used to Bitcoin currently supports the following currencies:
 • United States Dollar
 • Euro
 • Pound Sterling
 • Japanese Yen
 • Australian Dollar
 • Thai Baht
 • South Korean Won
 • Russian Ruble 

Trouble seeing bitcoin everywhere? Send us an email at [email protected] with the website address and a screenshot of the issue.                    

확장 프로그램 기본 정보

이름 Get Used to Bitcoin Get Used to Bitcoin
ID kffgfjkkdfkbgldblbeilgllplgeiknk
공식 URL https://chrome.google.com/webstore/detail/get-used-to-bitcoin/kffgfjkkdfkbgldblbeilgllplgeiknk
설명 Real-time bitcoin conversion extension.
파일 크기 11.16 KB
설치 횟수 152
현재 버전 1.10
최근 업데이트 2019-10-30
출시 날짜 2019-10-28
평점 4.43/5 총 7 개의 평점
개발자 Get Used to Bitcoin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://getusedtobitcoin.com
개인정보 보호 정책 페이지 URL https://getusedtobitcoin.com/privacy-notice
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Used to Bitcoin",
    "version": "1.10",
    "description": "Real-time bitcoin conversion extension.",
    "browser_action": {
        "default_icon": "disabled.png",
        "default_title": "Click to convert prices on this web-page to bitcoin"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "icons": {
        "96": "icon.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false,
        "chrome_style": true
    },
    "web_accessible_resources": [
        "javascript\/helpers.js"
    ],
    "offline_enabled": false,
    "manifest_version": 2
}