Instant BTC to USD/GBP
Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.
Τι είναι το Instant BTC to USD/GBP;
Το Instant BTC to USD/GBP είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://witty-feeds1.blogspot.com, και η κύρια λειτουργία του είναι "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Instant BTC to USD/GBP
Λήψη αρχείων επέκτασης Instant BTC to USD/GBP σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Instant BTC to USD/GBP |
ID | blgikkibpagbmnldeibbllmkeegkblbl |
Επίσημο URL | https://chromewebstore.google.com/detail/instant-btc-to-usdgbp/blgikkibpagbmnldeibbllmkeegkblbl |
Περιγραφή | Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page. |
Μέγεθος Αρχείου | 19.49 KB |
Αριθμός Εγκαταστάσεων | 43 |
Τρέχουσα Έκδοση | 4.0.2 |
Τελευταία Ενημέρωση | 2017-09-09 |
Ημερομηνία Δημοσίευσης | 2017-09-08 |
Αξιολόγηση | 4.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | https://witty-feeds1.blogspot.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | http://www.google.com/privacy |
Υποστηριζόμενες Γλώσσες | 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" ] } |