LEDGIS Wallet Chrome Extension
Store ledgis key & Sign transaction
Qu'est-ce que LEDGIS Wallet Chrome Extension ?
LEDGIS Wallet Chrome Extension est une extension Chrome développée par dev, et sa fonction principale est "Store ledgis key & Sign transaction".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LEDGIS Wallet Chrome Extension
Téléchargez les fichiers d'extension LEDGIS Wallet Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
LEDGIS를 통해서 만들어진 사용자 계정의 니모닉을 사용하여 트랜잭션에 서명을 할 수 있는 키를 저장을 하고, 서명할 수 있는 키를 통하여 트랜잭션에 서명을 한다. LEDGIS를 통해서 만들어진 서비스들은 익스텐션을 통해서 서비스에 로그인을 할 수 있으며, 서비스에서 보내는 트랜잭션에 서명을 할 수 있다.
Informations de Base sur l'Extension
Nom | LEDGIS Wallet Chrome Extension |
ID | mmclamjkknobggpiohfneimmnlggagok |
URL Officiel | https://chromewebstore.google.com/detail/ledgis-wallet-chrome-exte/mmclamjkknobggpiohfneimmnlggagok |
Description | Store ledgis key & Sign transaction |
Taille du Fichier | 601 KB |
Nombre d'Installations | 1,186 |
Version Actuelle | 1.6.1 |
Dernière Mise à Jour | 2023-01-31 |
Date de Publication | 2021-11-18 |
Développeur | dev |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.ledx.io/Terms/PrivacyPolicy |
Langues Prises en Charge | 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" ] } |