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…

Co je SAFEW - Simple And Fast Ergo Wallet?

SAFEW - Simple And Fast Ergo Wallet je rozšíření Chrome vyvinuté haileypdll, a jeho hlavní funkcí je „Wallet for ergo blockchain with dApp connector - Allow to add or restore Ergo wallets - View the content of the wallets - View…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření SAFEW - Simple And Fast Ergo Wallet

Stáhněte si soubory rozšíření SAFEW - Simple And Fast Ergo Wallet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název SAFEW - Simple And Fast Ergo Wallet SAFEW - Simple And Fast Ergo Wallet
ID fmpbldieijjehhalgjblbpgjmijencll
Oficiální URL https://chromewebstore.google.com/detail/safew-simple-and-fast-erg/fmpbldieijjehhalgjblbpgjmijencll
Popis Wallet for ergo blockchain with dApp connector - Allow to add or restore Ergo wallets - View the content of the wallets - View…
Velikost souboru 4.36 MB
Počet instalací 1,573
Aktuální Verze 0.7.2
Poslední Aktualizace 2023-05-18
Datum Vydání 2022-04-22
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář haileypdll
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/ThierryM1212/SAFEW
URL Stránky Nápovědy https://github.com/ThierryM1212/SAFEW/issues
Podporované Jazyky 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
        }
    ]
}