LEDGIS Wallet Chrome Extension
Store ledgis key & Sign transaction
LEDGIS Wallet Chrome Extensionとは何ですか?
LEDGIS Wallet Chrome Extensionはdevによって開発されたChromeの拡張機能で、その主な機能は「Store ledgis key & Sign transaction」です。
拡張機能のスクリーンショット
LEDGIS Wallet Chrome Extension拡張機能のCRXファイルをダウンロード
LEDGIS Wallet Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
LEDGIS를 통해서 만들어진 사용자 계정의 니모닉을 사용하여 트랜잭션에 서명을 할 수 있는 키를 저장을 하고, 서명할 수 있는 키를 통하여 트랜잭션에 서명을 한다. LEDGIS를 통해서 만들어진 서비스들은 익스텐션을 통해서 서비스에 로그인을 할 수 있으며, 서비스에서 보내는 트랜잭션에 서명을 할 수 있다. 拡張機能の基本情報
| 名前 | |
| ID | mmclamjkknobggpiohfneimmnlggagok |
| 公式URL | https://chromewebstore.google.com/detail/ledgis-wallet-chrome-exte/mmclamjkknobggpiohfneimmnlggagok |
| 説明 | Store ledgis key & Sign transaction |
| ファイルサイズ | 601 KB |
| インストール数 | 1,186 |
| 現在のバージョン | 1.6.1 |
| 最終更新日 | 2023-01-31 |
| 公開日 | 2021-11-18 |
| 開発者 | dev |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.ledx.io/Terms/PrivacyPolicy |
| 対応言語 | 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"
]
} | |