Bitstamp Price Ticker

Quickly notified about Bitstamp price on toolbar in real time

Qu'est-ce que Bitstamp Price Ticker ?

Bitstamp Price Ticker est une extension Chrome développée par blocktistic.com, et sa fonction principale est "Quickly notified about Bitstamp price on toolbar in real time".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bitstamp Price Ticker

Téléchargez les fichiers d'extension Bitstamp Price Ticker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Quickly grab attention to your favorite trading pair so that you will never miss a chance when it's changing fast. Coin price is updated in real-time for selected currency pair.

Donations are welcomed:
 - BTC: 16hDsVgy6VFW2aW8w9z2pogbq5XThToswF
 - ETH: 0x212799fbd9CD3e273E0CB6761b1708B284477e5E
 - LTC: LQtecz6SAbRzJXEfDpNLz8AzkhWKY4qQyv
 - BCH: 13mT5ubjZUKTviGXDSVHxRkrrxDFzzUFd4

Current supported pairs are:
 - BTC/USD
 - BTC/EUR
 - XRP/USD
 - XRP/EUR
 - XRP/BTC
 - LTC/USD
 - LTC/EUR
 - LTC/BTC
 - ETH/USD
 - ETH/EUR
 - ETH/BTC
 - BCH/USD
 - BCH/EUR
 - BCH/BTC                    

Informations de Base sur l'Extension

Nom Bitstamp Price Ticker Bitstamp Price Ticker
ID jkekogmpjjmhajnmocggebnklcpdkmjn
URL Officiel https://chromewebstore.google.com/detail/bitstamp-price-ticker/jkekogmpjjmhajnmocggebnklcpdkmjn
Description Quickly notified about Bitstamp price on toolbar in real time
Taille du Fichier 1.27 MB
Nombre d'Installations 15
Version Actuelle 0.1.3
Dernière Mise à Jour 2018-10-02
Date de Publication 2018-10-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur blocktistic.com
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitstamp Price Ticker",
    "short_name": "Bitstamp Price Ticker",
    "description": "Quickly notified about Bitstamp price on toolbar in real time",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Bitstamp Ticker"
    },
    "icons": {
        "128": "assets\/icon.png"
    },
    "web_accessible_resources": [
        "assets\/icon.png"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/pusher.min.js",
                "js\/store.min.js",
                "js\/semantic.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "storage",
        "",
        "https:\/\/www.bitstamp.net\/",
        "https:\/\/*.pusher.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1.3"
}