Reddit BTC Ticker

Add a bitcoin price ticker to the bitcoin subreddit

Qu'est-ce que Reddit BTC Ticker ?

Reddit BTC Ticker est une extension Chrome développée par omnibrain, et sa fonction principale est "Add a bitcoin price ticker to the bitcoin subreddit".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Reddit BTC Ticker

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

                        New in 1.4: Support for MtRed subreddit

New in 1.2: Multi currency support

Adds a MtGox bitcoin price ticker to the bitcoin subreddit sidebar.                    

Informations de Base sur l'Extension

Nom Reddit BTC Ticker Reddit BTC Ticker
ID lnfjghfdbdjgakbfjdliepjcbdahfhpl
URL Officiel https://chromewebstore.google.com/detail/reddit-btc-ticker/lnfjghfdbdjgakbfjdliepjcbdahfhpl
Description Add a bitcoin price ticker to the bitcoin subreddit
Taille du Fichier 180 KB
Nombre d'Installations 10
Version Actuelle 1.4
Dernière Mise à Jour 2013-03-09
Date de Publication 2013-03-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur omnibrain
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit BTC Ticker",
    "manifest_version": 2,
    "version": "1.4",
    "description": "Add a bitcoin price ticker to the bitcoin subreddit",
    "permissions": [
        "http:\/\/www.reddit.com\/r\/Bitcoin*",
        "https:\/\/mtgox.com\/api\/1\/BTCUSD\/ticker",
        "http:\/\/rate-exchange.appspot.com\/currency?from=USD&to=*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/r\/Bitcoin*",
                "*:\/\/*.reddit.com\/r\/MtRed*"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "btc-ticker.js"
            ]
        }
    ]
}