everiSigner
Decentralized signature, identity and authentication system, supports everiToken, Ethereum and EOS.
Τι είναι το everiSigner;
Το everiSigner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://everitoken.io, και η κύρια λειτουργία του είναι "Decentralized signature, identity and authentication system, supports everiToken, Ethereum and EOS.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης everiSigner
Λήψη αρχείων επέκτασης everiSigner σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
everiSigner is a bridge that allows you to visit the distributed web of tomorrow in your browser today. It allows you to run everiToken apps right in your browser. everiSigner includes a secure identity vault, providing a user interface to manage your identities on different sites and sign blockchain transactions. If you’re a developer, you can start developing with everiWallet signaturer today. Our mission is to make everiToken as easy to use for as many people as possible. The highlights are as follow: - Compatible with everiToken (EVT), ETH, EOS and others by plugin manager - Completely open source - Private keys are keeped in the add-on, not anywhere else
Βασικές Πληροφορίες Επέκτασης
Όνομα | everiSigner |
ID | oofngcfgfkpckpgckabppceffbpmmnmd |
Επίσημο URL | https://chromewebstore.google.com/detail/everisigner/oofngcfgfkpckpgckabppceffbpmmnmd |
Περιγραφή | Decentralized signature, identity and authentication system, supports everiToken, Ethereum and EOS. |
Μέγεθος Αρχείου | 5.67 MB |
Αριθμός Εγκαταστάσεων | 17 |
Τρέχουσα Έκδοση | 5.0.0 |
Τελευταία Ενημέρωση | 2018-06-04 |
Ημερομηνία Δημοσίευσης | 2018-06-04 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://everitoken.io |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "everiSigner", "description": "Decentralized signature, identity and authentication system, supports everiToken, Ethereum and EOS.", "version": "5.0.0", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "storage", "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "inject.js" ], "background": { "scripts": [ "background.js" ] } } |