Live Cryptocurrency Toolbar
Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.
Apa itu Live Cryptocurrency Toolbar?
Live Cryptocurrency Toolbar adalah ekstensi Chrome yang dikembangkan oleh Katyi Gergo, dan fitur utamanya adalah "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Live Cryptocurrency Toolbar
Unduh file ekstensi Live Cryptocurrency Toolbar 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
Crypto Ticker shows the current price of your favourite crypto currency in the browser toolbar. You can select multiple cryptocurrencies. Prices are updated every 5 minutes.
Informasi Dasar Ekstensi
Nama | Live Cryptocurrency Toolbar |
ID | komfbgcghgejfibmikljflimdjkgmalk |
URL Resmi | https://chromewebstore.google.com/detail/live-cryptocurrency-toolb/komfbgcghgejfibmikljflimdjkgmalk |
Deskripsi | Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar. |
Ukuran File | 47.37 KB |
Jumlah Instalasi | 32 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-08-05 |
Tanggal Publikasi | 2018-08-05 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Katyi Gergo |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live Cryptocurrency Toolbar", "version": "1.0", "description": "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.", "permissions": [ "storage" ], "background": { "persistent": false, "scripts": [ "loader.js" ] }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "cryptoToolbar.js" ] } ], "options_page": "options.html", "manifest_version": 2 } |