Keysign
Secure LEAPCHAIN Wallet Extension.
Keysign란 무엇입니까?
Keysign은(는) Keysign에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Secure LEAPCHAIN Wallet Extension."입니다.
확장 프로그램 스크린샷
Keysign 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Putting Wallet keys directly into websites is not safe or secure. On some blockchains, you never have to enter your wallet keys into a website at all, you can just use a browser extension, which websites can interface with to securely store your keys and broadcast transactions to the blockchain. Keysign aims to bring security and ease-of-use to Leapchain platform.
확장 프로그램 기본 정보
이름 | Keysign |
ID | icgabofdocpmhlcamjijifghkijnccbo |
공식 URL | https://chromewebstore.google.com/detail/keysign/icgabofdocpmhlcamjijifghkijnccbo |
설명 | Secure LEAPCHAIN Wallet Extension. |
파일 크기 | 366 KB |
설치 횟수 | 80 |
현재 버전 | 0.5.5 |
최근 업데이트 | 2022-08-15 |
출시 날짜 | 2021-02-16 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | Keysign |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Keysign-Wallet/keysign |
도움말 페이지 URL | https://github.com/Keysign-Wallet/keysign/issues/new/choose |
개인정보 보호 정책 페이지 URL | https://github.com/Keysign-Wallet/Keysign/wiki/Privacy-policy |
지원되는 언어 | de,en,fr,es,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_keysign__", "description": "__MSG_description__", "default_locale": "en", "version": "0.5.5", "permissions": [ "storage", "idle" ], "browser_action": { "default_popup": "html\/popup.html", "default_icon": "assets\/images\/app-icon.png" }, "icons": { "128": "assets\/images\/app-icon-128.png" }, "background": { "scripts": [ "vendor\/crypto-js.js", "vendor\/md5.min.js", "js\/wallet\/libs\/encrypt.js", "vendor\/leap.min.js", "vendor\/jquery.min.js", "vendor\/qrcode.js", "js\/wallet\/libs\/wallet.js", "js\/wallet\/libs\/walletsList.js", "js\/handshake\/background\/autolock.js", "js\/handshake\/background\/init.js", "js\/handshake\/background\/errors.js", "js\/handshake\/background\/transactions.js", "js\/handshake\/background\/dialog_lifecycle.js", "js\/handshake\/background\/auth.js" ], "persistent": true }, "web_accessible_resources": [ "\/assets\/images\/app-icon.png", "js\/handshake\/leap_keysign.js" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "vendor\/jquery.min.js", "js\/handshake\/web_interface.js" ] } ], "browser_specific_settings": { "gecko": { "id": "{4d9ea947-3901-432d-adfa-f7ab7d4f1daa}" } }, "manifest_version": 2 } |