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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SAFEW - Simple And Fast Ergo Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}