Bitcoin Price

Display the current Bitcoin price in Chrome.

What is Bitcoin Price?

Bitcoin Price is a Chrome extension developed by http://edwardbowden.co.uk, and its main feature is "Display the current Bitcoin price in Chrome.".

Extension Screenshots

screenshot
screenshot

Download Bitcoin Price Extension CRX File

Download Bitcoin Price extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Shows the current BTC price at all times right in your browser.

Customisable, simple and effective.

Donate: 1FTExDAhaffXKLotqd9JSjBWBHCkFkLHpt                    

Extension Basic Information

Name Bitcoin Price Bitcoin Price
ID jiijoddlomajkmcbcafjfgpfjbmeoldh
Official URL https://chrome.google.com/webstore/detail/bitcoin-price/jiijoddlomajkmcbcafjfgpfjbmeoldh
Description Display the current Bitcoin price in Chrome.
File Size 64.87 KB
Installation Count 243
Current Version 0.2.0
Last Updated 2017-06-15
Publish Date 2017-06-15
Rating 4.50/5 Total 2 Ratings
Developer http://edwardbowden.co.uk
Email [email protected]
Payment Type free
Extension Website http://edwardbowden.co.uk
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Price",
    "short_name": "Clean Tab",
    "description": "Display the current Bitcoin price in Chrome.",
    "version": "0.2.0",
    "permissions": [
        "alarms"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png"
        },
        "default_title": "BTC Price",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    }
}