DigiByte (DGB/BTC) Price Ticker
This extension shows latest price of DGB/BTC.
Apa itu DigiByte (DGB/BTC) Price Ticker?
DigiByte (DGB/BTC) Price Ticker adalah ekstensi Chrome yang dikembangkan oleh Taha, dan fitur utamanya adalah "This extension shows latest price of DGB/BTC.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DigiByte (DGB/BTC) Price Ticker
Unduh file ekstensi DigiByte (DGB/BTC) Price 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
Extension Features:
1. Real time price (DGB/BTC)
2. Display Notifications
3. Control refresh time (1min by default) Informasi Dasar Ekstensi
| Nama | |
| ID | pnlnkemmjpcpgedkpiklccogajhfbiji |
| URL Resmi | https://chromewebstore.google.com/detail/digibyte-dgbbtc-price-tic/pnlnkemmjpcpgedkpiklccogajhfbiji |
| Deskripsi | This extension shows latest price of DGB/BTC. |
| Ukuran File | 74.97 KB |
| Jumlah Instalasi | 39 |
| Versi Saat Ini | 1.0.9 |
| Terakhir Diperbarui | 2020-03-12 |
| Tanggal Publikasi | 2020-03-11 |
| Penilaian | 5.00/5 Total 4 Penilaian |
| Pengembang | Taha |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://twitter.com/microtaha |
| Bahasa yang Didukung | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DigiByte (DGB\/BTC) Price Ticker",
"description": "This extension shows latest price of DGB\/BTC.",
"version": "1.0.9",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": "images\/ubq.png"
},
"permissions": [
"notifications"
],
"web_accessible_resources": [
"images\/ubq.png"
],
"background": {
"persistent": true,
"page": "background.html"
},
"options_page": "options.html"
} | |