Shell Wallet

Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.

Shell Wallet란 무엇입니까?

Shell Wallet은(는) https://shellwallet.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Shell Wallet is the first and leading browser extension IBC-enabled wallet built for Cosmos Ecosystem.
Shell Wallet provides Cosmos-SDK based features with the most adaptable account management and wallet functionalities for the blockchain network.

MAIN FEATURES //
- Multichain account management
- Governance proposals voting
- Add new blockchains from web front-ends
- Support hardware wallet (Ledger Nano X/S)
- Display NFTs on Sei Network
..and many more

Reminder: All transactions done by Shell Wallet are signed offline on your devices. Your private keys are securely encrypted and saved on your computer
For More Information //
[email protected]
For Landing//
https://shellwallet.io                    

확장 프로그램 기본 정보

이름 Shell Wallet Shell Wallet
ID kbdcddcmgoplfockflacnnefaehaiocb
공식 URL https://chromewebstore.google.com/detail/shell-wallet/kbdcddcmgoplfockflacnnefaehaiocb
설명 Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.
파일 크기 12.02 MB
설치 횟수 26,051
현재 버전 0.3.5
최근 업데이트 2023-08-17
출시 날짜 2023-06-03
평점 4.92/5 총 72 개의 평점
개발자 https://shellwallet.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://shellwallet.io
도움말 페이지 URL https://docs.shellwallet.io
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/036a5bc1-cfde-4cbc-90ee-f2f7c148f350
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shell Wallet",
    "description": "Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.",
    "version": "0.3.5",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Shell"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "idle",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "contentScripts.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injectedScript.bundle.js",
                "blocklist.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}