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文件

下载Ecto Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        🔥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"
    ]
}