Keysign
Secure LEAPCHAIN Wallet Extension.
什麼是Keysign?
Keysign是由Keysign開發的Chrome擴展程式,該擴展的主要功能是“Secure LEAPCHAIN Wallet Extension.”。
擴展截圖
下載Keysign擴展crx文件
下載Keysign擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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.                     擴展基本資訊
| 名稱 |   |  
| ID | icgabofdocpmhlcamjijifghkijnccbo | 
| 官方網址 | 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
}  |  |