Bitcoin Price

Display the current Bitcoin price in Chrome.

Wat is Bitcoin Price?

Bitcoin Price is een Chrome-extensie ontwikkeld door http://edwardbowden.co.uk, en de belangrijkste functie is "Display the current Bitcoin price in Chrome.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bitcoin Price

Download Bitcoin Price-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Customisable, simple and effective.

Donate: 1FTExDAhaffXKLotqd9JSjBWBHCkFkLHpt                    

Basisinformatie over de Extensie

Naam Bitcoin Price Bitcoin Price
ID jiijoddlomajkmcbcafjfgpfjbmeoldh
Officiële URL https://chrome.google.com/webstore/detail/bitcoin-price/jiijoddlomajkmcbcafjfgpfjbmeoldh
Beschrijving Display the current Bitcoin price in Chrome.
Bestandsgrootte 64.87 KB
Aantal Installaties 243
Huidige Versie 0.2.0
Laatst Bijgewerkt 2017-06-15
Publicatiedatum 2017-06-15
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar http://edwardbowden.co.uk
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://edwardbowden.co.uk
Ondersteunde Talen 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
    }
}