Instant BTC to USD/GBP
Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.
Was ist Instant BTC to USD/GBP?
Instant BTC to USD/GBP ist eine Chrome-Erweiterung, die von https://witty-feeds1.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.".
Erweiterungsscreenshots
Instant BTC to USD/GBP-Erweiterungs-CRX-Datei herunterladen
Laden Sie Instant BTC to USD/GBP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Instant BTC to USD/GBP |
ID | blgikkibpagbmnldeibbllmkeegkblbl |
Offizielle URL | https://chromewebstore.google.com/detail/instant-btc-to-usdgbp/blgikkibpagbmnldeibbllmkeegkblbl |
Beschreibung | Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page. |
Dateigröße | 19.49 KB |
Installationsanzahl | 43 |
Aktuelle Version | 4.0.2 |
Letztes Update | 2017-09-09 |
Veröffentlichungsdatum | 2017-09-08 |
Bewertung | 4.00/5 Insgesamt 5 Bewertungen |
Entwickler | https://witty-feeds1.blogspot.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://www.google.com/privacy |
Unterstützte Sprachen | 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" ] } |