Keysign
Secure LEAPCHAIN Wallet Extension.
What is Keysign?
Keysign is a Chrome extension developed by Keysign, and its main feature is "Secure LEAPCHAIN Wallet Extension.".
Extension Screenshots
Download Keysign Extension CRX File
Download Keysign extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Keysign |
ID | icgabofdocpmhlcamjijifghkijnccbo |
Official URL | https://chromewebstore.google.com/detail/keysign/icgabofdocpmhlcamjijifghkijnccbo |
Description | Secure LEAPCHAIN Wallet Extension. |
File Size | 366 KB |
Installation Count | 80 |
Current Version | 0.5.5 |
Last Updated | 2022-08-15 |
Publish Date | 2021-02-16 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Keysign |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Keysign-Wallet/keysign |
Help Page URL | https://github.com/Keysign-Wallet/keysign/issues/new/choose |
Privacy Policy Page URL | https://github.com/Keysign-Wallet/Keysign/wiki/Privacy-policy |
Supported Languages | 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 } |