Bitcoin Currency Converter

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

什么是Bitcoin Currency Converter?

Bitcoin Currency Converter是由http://bcoiner.com开发的Chrome扩展程序,该扩展的主要功能是“Bitcoin currency converter magically changes any currency into Bitcoins or your choice of any foreign currency.”。

扩展截图

screenshot

下载Bitcoin Currency Converter扩展crx文件

下载Bitcoin Currency Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Bitcoin Currency Converter Bitcoin Currency Converter
ID cepgjidobniobmoomapojghihlfplhak
官方URL https://chrome.google.com/webstore/detail/bitcoin-currency-converte/cepgjidobniobmoomapojghihlfplhak
简介 Bitcoin currency converter magically changes any currency into Bitcoins or your choice of any foreign currency.
文件大小 49.13 KB
安装次数 74
当前版本 3.4.5
更新时间 2013-05-22
上架时间 2013-05-22
评分 3.71/5 共7次评分
开发者 http://bcoiner.com
付费类型 free
支持的语言 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"
}