everiSigner
Decentralized signature, identity and authentication system, supports everiToken, Ethereum and EOS.
everiSigner란 무엇입니까?
everiSigner은(는) https://everitoken.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Decentralized signature, identity and authentication system, supports everiToken, Ethereum and EOS."입니다.
확장 프로그램 스크린샷
everiSigner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |