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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Oasis Wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Oasis Wallet
ID ppdadbejkmjnefldpcdjhnkpbjkikoip
공식 URL 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": []
    }
}