Dogeticker

Checks the price of Dogecoin

Apa itu Dogeticker?

Dogeticker adalah ekstensi Chrome yang dikembangkan oleh jakecup1, dan fitur utamanya adalah "Checks the price of Dogecoin".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Dogeticker

Unduh file ekstensi Dogeticker 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

                        A simple Chrome extension that lets you easily check the price of Dogecoin! A big thanks to the community of /r/dogecoin for being awesome and supporting fellow shibes. If you have any suggestions for additions/improvements please let me know and email me at [email protected]. Prices pulled from coinmarketcap.

Donate: D8C1RRw1CjDzP5arSRFtoKKtwWFV9iKgp6 (much thanks)                    

Informasi Dasar Ekstensi

Nama Dogeticker Dogeticker
ID doicohnmpoccofaomikcjbgblkpcameb
URL Resmi https://chrome.google.com/webstore/detail/dogeticker/doicohnmpoccofaomikcjbgblkpcameb
Deskripsi Checks the price of Dogecoin
Ukuran File 36.03 KB
Jumlah Instalasi 19
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-03-10
Tanggal Publikasi 2018-03-10
Penilaian 5.00/5 Total 5 Penilaian
Pengembang jakecup1
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/jakecupani/dogecoin-ticker
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dogeticker",
    "description": "Checks the price of Dogecoin",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}