Reunit
The one and only real omnichain wallet
Reunitとは何ですか?
ReunitはEverywhere DAOによって開発されたChromeの拡張機能で、その主な機能は「The one and only real omnichain wallet」です。
拡張機能のスクリーンショット
Reunit拡張機能のCRXファイルをダウンロード
Reunit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Reunit Wallet is an open source omnichain cryptocurrency wallet.
Here are some of the key features:
1 - Trading terminal included
2 - Cross-chain transfer
3 - Real-time simulation before each transaction / signature
4 - Bulk transfer from multiple blockchains in one click
5 - Hardware wallet supported 拡張機能の基本情報
| 名前 | |
| ID | nlcccgcedoleehdicpnlnjeccnlfkemh |
| 公式URL | https://chromewebstore.google.com/detail/reunit/nlcccgcedoleehdicpnlnjeccnlfkemh |
| 説明 | The one and only real omnichain wallet |
| ファイルサイズ | 11.99 MB |
| インストール数 | 9,277 |
| 現在のバージョン | 2.3.0.1 |
| 最終更新日 | 2024-03-05 |
| 公開日 | 2023-03-22 |
| 評価 | 4.22/5 合計 125 レビュー |
| 開発者 | Everywhere DAO |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://github.com/EverywhereFinance/reunit_beta_one/blob/main/PRIVACY.md |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Reunit",
"version": "2.3.0.1",
"description": "The one and only real omnichain wallet",
"icons": {
"128": "icons\/newIcon.png"
},
"host_permissions": [
"*:\/\/*\/*",
"file:\/\/\/*"
],
"permissions": [
"storage",
"unlimitedStorage"
],
"action": {
"default_title": "Reunit",
"default_popup": "popup.html"
},
"externally_connectable": {
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
},
"background": {
"service_worker": "wcc\/background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/v2_wcc_lib.js",
"wcc\/content-script.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/newIcon.png",
"js\/v2_wcc_lib.js",
"wcc\/detect_QRcode.js",
"wcc\/lib_QRCode.js"
],
"matches": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |