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
擴展基本資訊
名稱 | Reunit |
ID | nlcccgcedoleehdicpnlnjeccnlfkemh |
官方網址 | 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 |
電子郵箱 | [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:\/\/*\/*" ] } ] } |