Suiet | Sui Wallet
The Sui wallet for everyone, built on Sui blockchain
Suiet | Sui Walletとは何ですか?
Suiet | Sui Walletはhttps://suiet.appによって開発されたChromeの拡張機能で、その主な機能は「The Sui wallet for everyone, built on Sui blockchain」です。
拡張機能のスクリーンショット
Suiet | Sui Wallet拡張機能のCRXファイルをダウンロード
Suiet | Sui Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A self custody crypto wallet built on Sui. Helps you to manage your wallet on Sui network, including create & import your wallet, make transactions and manage your NFTs on Sui.
Suiet is the wallet for everyone, built on Sui blockchain. Open-sourced from dayone. 拡張機能の基本情報
| 名前 | |
| ID | khpkpbbcccdmmclmpigdgddabeilkdpd |
| 公式URL | https://chromewebstore.google.com/detail/suiet-sui-wallet/khpkpbbcccdmmclmpigdgddabeilkdpd |
| 説明 | The Sui wallet for everyone, built on Sui blockchain |
| ファイルサイズ | 3.62 MB |
| インストール数 | 283,413 |
| 現在のバージョン | 0.2.88 |
| 最終更新日 | 2024-02-25 |
| 公開日 | 2022-09-26 |
| 評価 | 4.98/5 合計 11559 レビュー |
| 開発者 | https://suiet.app |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://suiet.app |
| プライバシーポリシーページのURL | https://suiet.app/page/privacy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Suiet | Sui Wallet",
"description": "The Sui wallet for everyone, built on Sui blockchain",
"version": "0.2.88",
"version_name": "0.2.88",
"icons": {
"128": "logo.png"
},
"action": {
"default_popup": "index.html"
},
"permissions": [
"storage",
"unlimitedStorage"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content-script-loader.index.ts.c44951f8.5d675820.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"dapp-api.js"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/log.4885de7a.js",
"assets\/innerFrom.5e95570e.js",
"assets\/KeepAliveConnection.0c69c5ea.js",
"assets\/index.ts.c44951f8.js"
],
"use_dynamic_url": true
}
]
} | |