LEDGIS Wallet Chrome Extension

Store ledgis key & Sign transaction

What is LEDGIS Wallet Chrome Extension?

LEDGIS Wallet Chrome Extension is a Chrome extension developed by dev, and its main feature is "Store ledgis key & Sign transaction".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download LEDGIS Wallet Chrome Extension Extension CRX File

Download LEDGIS Wallet Chrome Extension 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

                        LEDGIS를 통해서 만들어진 사용자 계정의 니모닉을 사용하여 트랜잭션에 서명을 할 수 있는 키를 저장을 하고, 서명할 수 있는 키를 통하여 트랜잭션에 서명을 한다. LEDGIS를 통해서 만들어진 서비스들은 익스텐션을 통해서 서비스에 로그인을 할 수 있으며, 서비스에서 보내는 트랜잭션에 서명을 할 수 있다.                    

Extension Basic Information

Name LEDGIS Wallet Chrome Extension LEDGIS Wallet Chrome Extension
ID mmclamjkknobggpiohfneimmnlggagok
Official URL https://chromewebstore.google.com/detail/ledgis-wallet-chrome-exte/mmclamjkknobggpiohfneimmnlggagok
Description Store ledgis key & Sign transaction
File Size 601 KB
Installation Count 1,186
Current Version 1.6.1
Last Updated 2023-01-31
Publish Date 2021-11-18
Developer dev
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.ledx.io/Terms/PrivacyPolicy
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LEDGIS Wallet Chrome Extension",
    "short_name": "LEDGIS Wallet Chrome Extension",
    "version": "1.6.1",
    "description": "Store ledgis key & Sign transaction",
    "action": {
        "default_popup": "popup.html",
        "default_title": "ledgis"
    },
    "icons": {
        "16": "ledgis.png",
        "48": "ledgis.png",
        "128": "ledgis.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.ledx.io\/*",
            "*:\/\/localhost:*\/*",
            "*:\/\/146.56.136.94:*\/*",
            "*:\/\/*.realcollection.gallery\/*",
            "*:\/\/*.lemonadeprotocol.com\/*",
            "*:\/\/*.nftnara.io\/*",
            "*:\/\/*.metaspacemium.com\/*",
            "*:\/\/*.ledgisnft.io\/*",
            "*:\/\/*.picksgood.com\/*",
            "*:\/\/real-collection-frontend-git-develop-ibct.vercel.app\/*",
            "*:\/\/real-collection-frontend-git-staging-ibct.vercel.app\/*",
            "*:\/\/dev-picksgood.vercel.app\/*",
            "*:\/\/picksgood.vercel.app\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}