LEDGIS Wallet Chrome Extension

Store ledgis key & Sign transaction

Was ist LEDGIS Wallet Chrome Extension?

LEDGIS Wallet Chrome Extension ist eine Chrome-Erweiterung, die von dev entwickelt wurde, und ihr Hauptmerkmal ist "Store ledgis key & Sign transaction".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

LEDGIS Wallet Chrome Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie LEDGIS Wallet Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name LEDGIS Wallet Chrome Extension LEDGIS Wallet Chrome Extension
ID mmclamjkknobggpiohfneimmnlggagok
Offizielle URL https://chromewebstore.google.com/detail/ledgis-wallet-chrome-exte/mmclamjkknobggpiohfneimmnlggagok
Beschreibung Store ledgis key & Sign transaction
Dateigröße 601 KB
Installationsanzahl 1,186
Aktuelle Version 1.6.1
Letztes Update 2023-01-31
Veröffentlichungsdatum 2021-11-18
Entwickler dev
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.ledx.io/Terms/PrivacyPolicy
Unterstützte Sprachen 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"
    ]
}