Instant BTC to USD/GBP
Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.
Apa itu Instant BTC to USD/GBP?
Instant BTC to USD/GBP adalah ekstensi Chrome yang dikembangkan oleh https://witty-feeds1.blogspot.com, dan fitur utamanya adalah "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Instant BTC to USD/GBP
Unduh file ekstensi Instant BTC to USD/GBP 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
Simple and Easy Plugin to convert any amount from BTC to USD without leaving the page. Select the value in BTC and right click on it our extension automatically convert that into USD and GBP. Icon Credit: https://www.flaticon.com/authors/tomas-knop
Informasi Dasar Ekstensi
Nama | Instant BTC to USD/GBP |
ID | blgikkibpagbmnldeibbllmkeegkblbl |
URL Resmi | https://chromewebstore.google.com/detail/instant-btc-to-usdgbp/blgikkibpagbmnldeibbllmkeegkblbl |
Deskripsi | Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page. |
Ukuran File | 19.49 KB |
Jumlah Instalasi | 43 |
Versi Saat Ini | 4.0.2 |
Terakhir Diperbarui | 2017-09-09 |
Tanggal Publikasi | 2017-09-08 |
Penilaian | 4.00/5 Total 5 Penilaian |
Pengembang | https://witty-feeds1.blogspot.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://www.google.com/privacy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant BTC to USD\/GBP", "short_name": "BTC to USD\/GBP Converter", "version": "4.0.2", "manifest_version": 2, "description": "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.", "icons": { "16": "icons\/coin.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ] } |