everiSigner
Decentralized signature, identity and authentication system, supports everiToken, Ethereum and EOS.
everiSigner là gì?
everiSigner là một tiện ích mở rộng Chrome được phát triển bởi https://everitoken.io, và tính năng chính của nó là "Decentralized signature, identity and authentication system, supports everiToken, Ethereum and EOS.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng everiSigner
Tải xuống các tệp mở rộng everiSigner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | everiSigner |
ID | oofngcfgfkpckpgckabppceffbpmmnmd |
URL Chính Thức | https://chromewebstore.google.com/detail/everisigner/oofngcfgfkpckpgckabppceffbpmmnmd |
Mô tả | Decentralized signature, identity and authentication system, supports everiToken, Ethereum and EOS. |
Kích Thước Tệp | 5.67 MB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 5.0.0 |
Cập Nhật Lần Cuối | 2018-06-04 |
Ngày Phát Hành | 2018-06-04 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://everitoken.io |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |