Keysign

Secure LEAPCHAIN Wallet Extension.

Keysignคืออะไร?

Keysign เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Keysign และคุณลักษณะหลักของมันคือ "Secure LEAPCHAIN Wallet Extension."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Keysign

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Keysign 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
}