BitBox
Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.
Τι είναι το BitBox;
Το BitBox είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Leo Wandersleb, και η κύρια λειτουργία του είναι "Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης BitBox
Λήψη αρχείων επέκτασης BitBox σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
BitBox is an open source https://github.com/dmerrill6/BitChrome tool that extends any Bitcoin address with useful information and a QR-Code. The information is pulled only on mouseover from http://live.insight.is/ which is also open source.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bcjdjalcfgbmbmdajpbbaboikhhlobkc |
Επίσημο URL | https://chrome.google.com/webstore/detail/bitbox/bcjdjalcfgbmbmdajpbbaboikhhlobkc |
Περιγραφή | Allows to quickly get information on Bitoin addresses in any webpage through a tooltip. |
Μέγεθος Αρχείου | 109 KB |
Αριθμός Εγκαταστάσεων | 110 |
Τρέχουσα Έκδοση | 1.0.4 |
Τελευταία Ενημέρωση | 2014-04-07 |
Ημερομηνία Δημοσίευσης | 2014-04-07 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Leo Wandersleb |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BitBox", "description": "Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.", "version": "1.0.4", "permissions": [ "http:\/\/live.insight.is\/" ], "web_accessible_resources": [ "bitchrome-48.png" ], "icons": { "16": "bitchrome-16.png", "48": "bitchrome-48.png", "128": "bitchrome-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "bitcore.js", "jquery-1.11.0.min.js", "jquery.qtip.min.js", "jquery.qrcode-0.7.0.min.js", "contentscript.js", "content.js" ], "css": [ "jquery.qtip.min.css", "bitchrome.css" ], "run_at": "document_idle", "all_frames": false } ], "manifest_version": 2 } |