Bitcoin Currency Converter

Bitcoin currency converter magically changes any currency into Bitcoins or your choice of any foreign currency.

Bitcoin Currency Converter là gì?

Bitcoin Currency Converter là một tiện ích mở rộng Chrome được phát triển bởi http://bcoiner.com, và tính năng chính của nó là "Bitcoin currency converter magically changes any currency into Bitcoins or your choice of any foreign currency.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bitcoin Currency Converter

Tải xuống các tệp mở rộng Bitcoin Currency Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Bitcoin Currency Converter magically changes any price / currency shown in your browser and converts it into bitcoins or your favorite foreign currency.

Now you can surf Amazon, EBay, CraigsList and WallMart.com in amazing new Bitcoin Vision, with this extension turn all of your favorite sites from $ to $BTC Bitcoins.

A lot of fun and you can see the price of anything in bitcoins.

Just install the extension, go to the extensions page, choose options and select a currency like Bitcoins or Euros and then that's it.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bitcoin Currency Converter Bitcoin Currency Converter
ID cepgjidobniobmoomapojghihlfplhak
URL Chính Thức https://chrome.google.com/webstore/detail/bitcoin-currency-converte/cepgjidobniobmoomapojghihlfplhak
Mô tả Bitcoin currency converter magically changes any currency into Bitcoins or your choice of any foreign currency.
Kích Thước Tệp 49.13 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 3.4.5
Cập Nhật Lần Cuối 2013-05-22
Ngày Phát Hành 2013-05-22
Đánh Giá 3.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển http://bcoiner.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ccc.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Bitcoin currency converter magically changes any currency into Bitcoins or your choice of any foreign currency.",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "name": "Bitcoin Currency Converter",
    "options_page": "options.html",
    "page_action": {
        "default_icon": {
            "19": "icons\/19.png"
        },
        "default_title": "Bitcoin Currency Converter"
    },
    "web_accessible_resources": [
        "iframe.html",
        "iframe.js"
    ],
    "permissions": [
        "tabs",
        "http:\/\/chrome.dev.pathfinder.gr\/*",
        "http:\/\/chrome.pathfinder.gr\/*",
        "http:\/\/btcrate.com\/*",
        "http:\/\/api.bitcoincharts.com\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.4.5"
}