USD/XRP rate

USD/XRP rate

Qu'est-ce que USD/XRP rate ?

USD/XRP rate est une extension Chrome développée par medicine28, et sa fonction principale est "USD/XRP rate".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension USD/XRP rate

Téléchargez les fichiers d'extension USD/XRP rate 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 extension displays USD/XRP price on chrome extension badge and updates it every 20 minutes.

This is useful for tracking where the XRP price is heading for casual user.

If you find this extension useful, please donate me at:
XRP: rsX1vKPdxwiXRUrQAS89ssMf1xj5PdPv4K
BTC: 1HbPGy4rK3mxk77k6sGo6UvUTP7EWoudSA
LTC: LhMpHkUK54kYjCvNGNYqFv4xbog4dVRPro

Technical Details:
This extension fetches weighted prices json from bitcoin charts[1] every 20 minutes and calculates USD/XRP price based on 24 hour weighted prices of BTC/XRP and BTC/USD.

[1] http://api.bitcoincharts.com/v1/weighted_prices.json                    

Informations de Base sur l'Extension

Nom USD/XRP rate USD/XRP rate
ID ghbbbhmfbdibidhagaanhedhbnebhmag
URL Officiel https://chrome.google.com/webstore/detail/usdxrp-rate/ghbbbhmfbdibidhagaanhedhbnebhmag
Description USD/XRP rate
Taille du Fichier 164 KB
Nombre d'Installations 38
Version Actuelle 1.0.5
Dernière Mise à Jour 2013-11-28
Date de Publication 2013-11-28
Évaluation 2.60/5 Total 5 Évaluations
Développeur medicine28
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "USD\/XRP rate",
    "description": "USD\/XRP rate",
    "version": "1.0.5",
    "permissions": [
        "http:\/\/api.bitcoincharts.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "page": "background.html"
    }
}