Bitcoin Price
Display the current Bitcoin price in Chrome.
Apa itu Bitcoin Price?
Bitcoin Price adalah ekstensi Chrome yang dikembangkan oleh http://edwardbowden.co.uk, dan fitur utamanya adalah "Display the current Bitcoin price in Chrome.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bitcoin Price
Unduh file ekstensi Bitcoin Price 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
Shows the current BTC price at all times right in your browser. Customisable, simple and effective. Donate: 1FTExDAhaffXKLotqd9JSjBWBHCkFkLHpt
Informasi Dasar Ekstensi
Nama | |
ID | jiijoddlomajkmcbcafjfgpfjbmeoldh |
URL Resmi | https://chrome.google.com/webstore/detail/bitcoin-price/jiijoddlomajkmcbcafjfgpfjbmeoldh |
Deskripsi | Display the current Bitcoin price in Chrome. |
Ukuran File | 64.87 KB |
Jumlah Instalasi | 243 |
Versi Saat Ini | 0.2.0 |
Terakhir Diperbarui | 2017-06-15 |
Tanggal Publikasi | 2017-06-15 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | http://edwardbowden.co.uk |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://edwardbowden.co.uk |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Price", "short_name": "Clean Tab", "description": "Display the current Bitcoin price in Chrome.", "version": "0.2.0", "permissions": [ "alarms" ], "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png" }, "default_title": "BTC Price", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": true } } |