Ecto Wallet

Fully featured Chrome Extension Wallet for Phantasma Blockchain.

Ecto Wallet란 무엇입니까?

Ecto Wallet은(는) ghostdevs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fully featured Chrome Extension Wallet for Phantasma Blockchain."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        🔥New in v1.5.5
- updated rpc & explorer following last chain changes

Features:
- Create/Login/Export wallet
- Phantasma Mainnet/Testnet/Privatenet
- Read-only or Read-write (HEX or WIF format) for any Phantasma Wallet
- BIP 39 seed words support
- Stake/Unstake
- Claim KCAL
- Send assets
- Send/Burn NFT
- Swaps from/to NEO and Ethereum and BSC
- Interact with dApps through Phantasma Link                    

확장 프로그램 기본 정보

이름 Ecto Wallet Ecto Wallet
ID bgjogpoidejdemgoochpnkmdjpocgkha
공식 URL https://chromewebstore.google.com/detail/ecto-wallet/bgjogpoidejdemgoochpnkmdjpocgkha
설명 Fully featured Chrome Extension Wallet for Phantasma Blockchain.
파일 크기 7.53 MB
설치 횟수 6,578
현재 버전 1.5.5
최근 업데이트 2024-01-30
출시 날짜 2020-07-27
평점 3.18/5 총 28 개의 평점
개발자 ghostdevs
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://phantasma.io
도움말 페이지 URL https://phantasma.io
개인정보 보호 정책 페이지 URL https://www.phantasma.io/downloads/ecto_privacy_policy.html
지원되는 언어 de,en,fr,nl,no,vi,tr,es,it,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.5.5",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "",
        "tabs"
    ],
    "web_accessible_resources": [
        "js\/inpage.js",
        "placeholder-nft-img.png",
        "placeholder-nft-video.png"
    ]
}