LEDGIS Wallet Chrome Extension
Store ledgis key & Sign transaction
Cos'è LEDGIS Wallet Chrome Extension?
LEDGIS Wallet Chrome Extension è un'estensione di Chrome sviluppata da dev, e la sua funzione principale è "Store ledgis key & Sign transaction".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LEDGIS Wallet Chrome Extension
Scarica i file di estensione LEDGIS Wallet Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
LEDGIS를 통해서 만들어진 사용자 계정의 니모닉을 사용하여 트랜잭션에 서명을 할 수 있는 키를 저장을 하고, 서명할 수 있는 키를 통하여 트랜잭션에 서명을 한다. LEDGIS를 통해서 만들어진 서비스들은 익스텐션을 통해서 서비스에 로그인을 할 수 있으며, 서비스에서 보내는 트랜잭션에 서명을 할 수 있다.
Informazioni di Base sull'Estensione
Nome | LEDGIS Wallet Chrome Extension |
ID | mmclamjkknobggpiohfneimmnlggagok |
URL Ufficiale | https://chromewebstore.google.com/detail/ledgis-wallet-chrome-exte/mmclamjkknobggpiohfneimmnlggagok |
Descrizione | Store ledgis key & Sign transaction |
Dimensione del File | 601 KB |
Conteggio Installazioni | 1,186 |
Versione Corrente | 1.6.1 |
Ultimo Aggiornamento | 2023-01-31 |
Data di Pubblicazione | 2021-11-18 |
Sviluppatore | dev |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.ledx.io/Terms/PrivacyPolicy |
Lingue Supportate | 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" ] } |