Bitcoin Price

Display the current Bitcoin price in Chrome.

Vad är Bitcoin Price?

Bitcoin Price är en Chrome-tillägg utvecklad av http://edwardbowden.co.uk, och dess huvudfunktion är "Display the current Bitcoin price in Chrome.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Bitcoin Price-förlängningens CRX-fil

Ladda ner Bitcoin Price-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Customisable, simple and effective.

Donate: 1FTExDAhaffXKLotqd9JSjBWBHCkFkLHpt                    

Grundläggande Information om Tillägg

Namn Bitcoin Price Bitcoin Price
ID jiijoddlomajkmcbcafjfgpfjbmeoldh
Officiell webbadress https://chrome.google.com/webstore/detail/bitcoin-price/jiijoddlomajkmcbcafjfgpfjbmeoldh
Beskrivning Display the current Bitcoin price in Chrome.
Filstorlek 64.87 KB
Antal Installationer 243
Aktuell Version 0.2.0
Senast Uppdaterad 2017-06-15
Publiceringsdatum 2017-06-15
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare http://edwardbowden.co.uk
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://edwardbowden.co.uk
Stödda Språk 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
    }
}