Instant BTC to USD/GBP
Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.
Hvad er Instant BTC to USD/GBP?
Instant BTC to USD/GBP er en Chrome-udvidelse udviklet af https://witty-feeds1.blogspot.com, og dens hovedfunktion er "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.".
Udvidelsesskærmbilleder
Download Instant BTC to USD/GBP-udvidelses-CRX-fil
Download Instant BTC to USD/GBP-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Instant BTC to USD/GBP |
ID | blgikkibpagbmnldeibbllmkeegkblbl |
Officiel URL | https://chromewebstore.google.com/detail/instant-btc-to-usdgbp/blgikkibpagbmnldeibbllmkeegkblbl |
Beskrivelse | Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page. |
Filstørrelse | 19.49 KB |
Antal Installationer | 43 |
Nuværende Version | 4.0.2 |
Senest Opdateret | 2017-09-09 |
Udgivelsesdato | 2017-09-08 |
Bedømmelse | 4.00/5 Samlet 5 Bedømmelser |
Udvikler | https://witty-feeds1.blogspot.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | http://www.google.com/privacy |
Understøttede Sprog | 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" ] } |