DOGE Ticker

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

Apa itu DOGE Ticker?

DOGE Ticker adalah ekstensi Chrome yang dikembangkan oleh n.brooking, dan fitur utamanya adalah "This extension displays the current DOGE/BTC price on the badge icon.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DOGE Ticker

Unduh file ekstensi DOGE Ticker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama DOGE Ticker DOGE Ticker
ID lonapaannpdojlmjpdcgjobcmnmpgkmk
URL Resmi https://chrome.google.com/webstore/detail/doge-ticker/lonapaannpdojlmjpdcgjobcmnmpgkmk
Deskripsi This extension displays the current DOGE/BTC price on the badge icon.
Ukuran File 85.7 KB
Jumlah Instalasi 141
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2014-02-10
Tanggal Publikasi 2014-02-10
Penilaian 4.43/5 Total 7 Penilaian
Pengembang n.brooking
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}