Bitcoin Altcoin Ticker

Ticker, price graph, currency converter and price desktop notifications and more

What is Bitcoin Altcoin Ticker?

Bitcoin Altcoin Ticker is a Chrome extension developed by sergey.munich, and its main feature is "Ticker, price graph, currency converter and price desktop notifications and more".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Bitcoin Altcoin Ticker Extension CRX File

Download Bitcoin Altcoin Ticker 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

                        Ticker for Bitcoin and other available cryptocurrencies. Show current rate on the icon for selected currency. In popup window current rate, 24h volume. Calculator. 3 alarms for rate less, over or change rate in %. 
Data from https://cryptowat.ch 

♡ Help developing this extension BTC 3DJmiwtNPDpVM6VGfjb94X4PqTPSbXe3ab

Changelog:
2.4.0.0 Some improvements 
2.3.0.0 Add MFCoin from stocks.excange
2.2.0.1 Graphs
2.1.0.0 Calculator
2.0.0.0 Full rewrite
1.1.1.0 Fix for chrome restriction 4 "digits"
1.1.0.0 Move alarms level in the popup
1.0.1.0 Colour scheme switcher                    

Extension Basic Information

Name Bitcoin Altcoin Ticker Bitcoin Altcoin Ticker
ID lgkaalnoklbfbhcdpmamlnkonfiaiemi
Official URL https://chrome.google.com/webstore/detail/bitcoin-altcoin-ticker/lgkaalnoklbfbhcdpmamlnkonfiaiemi
Description Ticker, price graph, currency converter and price desktop notifications and more
File Size 510 KB
Installation Count 461
Current Version 2.4.0.1
Last Updated 2018-01-25
Publish Date 2018-01-25
Rating 4.39/5 Total 18 Ratings
Developer sergey.munich
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitcoin Altcoin Ticker",
    "description": "Ticker, price graph, currency converter and price desktop notifications and more",
    "short_name": "Crypto Ticker",
    "version": "2.4.0.1",
    "manifest_version": 2,
    "icons": {
        "128": "128x128.png",
        "48": "128x128.png",
        "16": "38x38.png"
    },
    "browser_action": {
        "default_title": "Bitcoin Altcoin Ticker",
        "default_icon": {
            "19": "19x19.png",
            "38": "38x38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "alarms",
        "storage",
        "http:\/\/*.bitcoincharts.com\/*",
        "https:\/\/bitcoinwisdom.com\/*",
        "https:\/\/*.cryptowat.ch\/*",
        "https:\/\/*.stocks.exchange\/*"
    ],
    "background": {
        "scripts": [
            "src\/jquery-1.11.2.min.js",
            "eventPage.js",
            "popup.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "scr\/*.*",
        "img\/*.*"
    ]
}