DOGE Ticker

This extension displays the current DOGE/BTC price on the badge icon.

Qu'est-ce que DOGE Ticker ?

DOGE Ticker est une extension Chrome développée par n.brooking, et sa fonction principale est "This extension displays the current DOGE/BTC price on the badge icon.".

Captures d'Écran de l'Extension

screenshot

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

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

                        Displays the current DOGE/BTC amount (in satoshi's), as pulled from cryptsy.com. The price updates every 5 minutes.

If you like this, you can donate here:
BTC: 
1H12LDENkn9D53ivL1bzxMCTvX98qTq1m2

LTC: 
LTJdTVTGU9fjjnUTS4PE7em7azS4DqKDaX

DOGE:
D9xMt2Aa9WTGEVd2LtYSXvRDYMd4YCEXFn                    

Informations de Base sur l'Extension

Nom DOGE Ticker DOGE Ticker
ID lonapaannpdojlmjpdcgjobcmnmpgkmk
URL Officiel https://chrome.google.com/webstore/detail/doge-ticker/lonapaannpdojlmjpdcgjobcmnmpgkmk
Description This extension displays the current DOGE/BTC price on the badge icon.
Taille du Fichier 85.7 KB
Nombre d'Installations 141
Version Actuelle 1.0.0
Dernière Mise à Jour 2014-02-10
Date de Publication 2014-02-10
Évaluation 4.43/5 Total 7 Évaluations
Développeur n.brooking
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "doge_icon_48.png"
    },
    "description": "This extension displays the current DOGE\/BTC price on the badge icon.",
    "icons": {
        "16": "doge_icon_16.png",
        "48": "doge_icon_48.png",
        "128": "doge_icon_128.png"
    },
    "manifest_version": 2,
    "name": "DOGE Ticker",
    "permissions": [
        "storage",
        "http:\/\/pubapi.cryptsy.com\/"
    ],
    "version": "1.0.0"
}