Bitpay Ticker

Keep track of current bitcoin prices using Bitpay API

Qu'est-ce que Bitpay Ticker ?

Bitpay Ticker est une extension Chrome développée par jfreak53, et sa fonction principale est "Keep track of current bitcoin prices using Bitpay API".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bitpay Ticker

Téléchargez les fichiers d'extension Bitpay 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

                        This tiny Ticker is based off of the original MtGox ticker. This new Ticker uses the current exchange price at Bitpay to show USD current exchange rate.                    

Informations de Base sur l'Extension

Nom Bitpay Ticker Bitpay Ticker
ID ahobmphfbngpaabamkhikfleaaaalpcn
URL Officiel https://chrome.google.com/webstore/detail/bitpay-ticker/ahobmphfbngpaabamkhikfleaaaalpcn
Description Keep track of current bitcoin prices using Bitpay API
Taille du Fichier 38.87 KB
Nombre d'Installations 23
Version Actuelle 0.2
Dernière Mise à Jour 2015-03-12
Date de Publication 2015-03-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur jfreak53
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "bcicon.png",
        "default_title": "Bitpay Ticker",
        "default_popup": "popup.html"
    },
    "description": "Keep track of current bitcoin prices using Bitpay API",
    "name": "Bitpay Ticker",
    "permissions": [
        "https:\/\/bitpay.com\/*"
    ],
    "version": "0.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}