SAFEW - Simple And Fast Ergo Wallet

Wallet for ergo blockchain with dApp connector - Allow to add or restore Ergo wallets - View the content of the wallets - View…

SAFEW - Simple And Fast Ergo Wallet란 무엇입니까?

SAFEW - Simple And Fast Ergo Wallet은(는) haileypdll에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wallet for ergo blockchain with dApp connector - Allow to add or restore Ergo wallets - View the content of the wallets - View…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SAFEW - Simple And Fast Ergo Wallet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Wallet for ergo blockchain with dApp connector
- Allow to add or restore Ergo wallets
- View the content of the wallets
- View transaction of the wallets
- View pending transactions
- Backup / restore wallets, configuration
- Send transactions on Ergo blockchain
- dApp connector to offer Ergo connectivity to webpages (Ergodex, Ergopad, tokenminter,...)
- ErgoMixer integration
- Support ErgoPay / read-only wallet
- Transaction builder to create custom ergo transactions in expert mode
- Mint and display picture, audio and video NFTs
- Export transactions as csv
- Ledger support
- Chained transactions
- Configure your own node for interacting with the blockchain

Expert Mode:
- Display json of Ergo transactions
- Allow to open the transactions in "Transaction builder"
- Show the account derivation level for the addresses of the wallets                    

확장 프로그램 기본 정보

이름 SAFEW - Simple And Fast Ergo Wallet SAFEW - Simple And Fast Ergo Wallet
ID fmpbldieijjehhalgjblbpgjmijencll
공식 URL https://chromewebstore.google.com/detail/safew-simple-and-fast-erg/fmpbldieijjehhalgjblbpgjmijencll
설명 Wallet for ergo blockchain with dApp connector - Allow to add or restore Ergo wallets - View the content of the wallets - View…
파일 크기 4.36 MB
설치 횟수 1,573
현재 버전 0.7.2
최근 업데이트 2023-05-18
출시 날짜 2022-04-22
평점 4.00/5 총 3 개의 평점
개발자 haileypdll
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ThierryM1212/SAFEW
도움말 페이지 URL https://github.com/ThierryM1212/SAFEW/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "SAFEW",
    "name": "SAFEW - Simple And Fast Ergo Wallet",
    "version": "0.7.2",
    "action": [],
    "icons": {
        "16": "\/images\/safew_icon_16.png",
        "32": "\/images\/safew_icon_32.png",
        "48": "\/images\/safew_icon_48.png",
        "128": "\/images\/safew_icon_128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "contentScript.js",
                "inject1.js",
                "inject2.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}