Oasis Wallet
The official non-custodial browser extension wallet for the Oasis Network.
什麼是Oasis Wallet?
Oasis Wallet是由Oasis Foundation開發的Chrome擴展程式,該擴展的主要功能是“The official non-custodial browser extension wallet for the Oasis Network.”。
擴展截圖
下載Oasis Wallet擴展crx文件
下載Oasis Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Oasis Wallet allows you to: 1. Easily send, receive, delegate or undelegate your ROSE, and view the transaction records any time. 2. Send your ROSE to the Emerald, Sapphire and Cipher ParaTimes (and back). 3. Create multiple ROSE wallet accounts with a single mnemonic. 4. Import any type of non-custodial ROSE wallet account into your Oasis Wallet by importing its private key. 5. Use any ROSE wallet account on your Ledger Wallet. 6. Access Oasis-enabled distributed applications (aka dApps) in your browser. It currently supports ROSE, more supported digital assets on the Oasis Network coming soon.
擴展基本資訊
名稱 | Oasis Wallet |
ID | ppdadbejkmjnefldpcdjhnkpbjkikoip |
官方網址 | https://chromewebstore.google.com/detail/oasis-wallet/ppdadbejkmjnefldpcdjhnkpbjkikoip |
簡介 | The official non-custodial browser extension wallet for the Oasis Network. |
檔案大小 | 818 KB |
安裝次數 | 71,133 |
目前版本 | 1.13.0 |
更新時間 | 2023-10-18 |
上架時間 | 2021-09-21 |
評分 | 4.27/5 共 26 次評分 |
開發者 | Oasis Foundation |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/oasisprotocol/oasis-wallet-ext |
說明頁面URL | https://docs.oasis.io/general/manage-tokens/oasis-wallets/ |
隱私政策頁面URL | https://oasisprotocol.org/privacy-policy |
支援的語言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "manifest_version": 2, "version": "1.13.0", "default_locale": "en", "icons": { "16": "img\/oasis.png", "19": "img\/oasis.png", "32": "img\/oasis.png", "38": "img\/oasis.png", "64": "img\/oasis.png", "128": "img\/oasis.png", "512": "img\/oasis.png" }, "browser_action": { "default_icon": { "16": "img\/oasis.png", "19": "img\/oasis.png", "32": "img\/oasis.png", "38": "img\/oasis.png", "64": "img\/oasis.png", "128": "img\/oasis.png", "512": "img\/oasis.png" }, "default_title": "Oasis Wallet", "default_popup": "popup.html" }, "permissions": [ "storage", "notifications", "activeTab" ], "content_security_policy": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/api.oasisscan.com https:\/\/www.oasisscan.com https:\/\/testnet.oasisscan.com https:\/\/grpc-mainnet.oasisscan.com https:\/\/grpc.oasis.dev https:\/\/grpc-testnet.oasisscan.com https:\/\/testnet.grpc.oasis.dev; frame-ancestors 'self' https: http:\/\/localhost:* http:\/\/127.0.0.1:*; img-src 'self' data: https: http:\/\/localhost:* http:\/\/127.0.0.1:*; base-uri 'self'; manifest-src 'self';", "background": { "scripts": [ "common.js", "background.js" ], "persistent": true }, "web_accessible_resources": [ "oasis-xu-frame.html" ], "externally_connectable": { "ids": [] } } |