Bitcoin Address Lookup
Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.
Τι είναι το Bitcoin Address Lookup;
Το Bitcoin Address Lookup είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Eduard Karpa, και η κύρια λειτουργία του είναι "Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bitcoin Address Lookup
Λήψη αρχείων επέκτασης Bitcoin Address Lookup σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Get instant balance of any bitcoin address on any web-page. Hold the left alt-key and click or select the address to get balance You will get current balance of the address and total number received and sent bitcoins.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | lllihajjkapokmiogohflioedecpkedc |
Επίσημο URL | https://chrome.google.com/webstore/detail/bitcoin-address-lookup/lllihajjkapokmiogohflioedecpkedc |
Περιγραφή | Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance. |
Μέγεθος Αρχείου | 291 KB |
Αριθμός Εγκαταστάσεων | 171 |
Τρέχουσα Έκδοση | 1.0.0.2 |
Τελευταία Ενημέρωση | 2018-11-29 |
Ημερομηνία Δημοσίευσης | 2018-11-29 |
Αξιολόγηση | 4.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Eduard Karpa |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Address Lookup", "version": "1.0.0.2", "description": "Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.", "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "64": "\/images\/icon64.png", "128": "\/images\/icon128.png" }, "background": { "scripts": [ "script\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/content.css" ], "js": [ "script\/contentScript.js" ] } ], "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*", "contentSettings" ] } |