Signum XT Wallet

Cryptocurrency wallet for the green Signum 🍀 blockchain as an extension for your browser.

Signum XT Wallet क्या है?

Signum XT Wallet Signum Network Association द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cryptocurrency wallet for the green Signum 🍀 blockchain as an extension for your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Signum XT Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        An astonishing user experience to unleash the DApp power of the green Signum Blockchain Platform.

With this extension you can securely manage your Signum Accounts and interact with decentralized applications (DApps) which support Signum. You can send or receive Signa, Smart Tokens, plain or encrypted P2P messages and sign any transaction requested by third-party applications. Additionally, it's possible to create and manage Nostr accounts, thus being capable of interacting with NIP-07 compatible clients.

This extension simultaneously opens a new world for users and developers.

Signum is the foundation for our sustainable future, bringing innovative technology to the forefront.  All you need is available storage space.

What is Signum?
Signum brings a powerful blockchain solution to the world in the most sustainable way. Like Bitcoin, Signum provides a digital currency called Signa (ticker: SIGNA) that is distributed, traded and stored using a decentralized ledger system. There are no intermediaries, payment gateways, or banks. But Signum is so much more than a digital currency. 

As a customizable platform, it has the power to feature unstoppable and censorship-resistant decentralized applications. Anyone can create digital assets (tokens) that can be used in ways only limited by imagination. Exchanges, marketplaces, financial services, and games barely scratch the surface. The best part of all: It is truly sustainable when compared to other cryptocurrencies like Bitcoin or Ethereum. In addition to digital payments, Signum brings you decentralized finance, games, and applications in a way that’s secure and censorship-resistant.

All information about Signum and its native coin Signa can be found on https://signum.network/.                    

एक्सटेंशन की मूल जानकारी

नाम Signum XT Wallet Signum XT Wallet
ID kdgponmicjmjiejhifbjgembdcaclcib
आधिकारिक URL https://chromewebstore.google.com/detail/signum-xt-wallet/kdgponmicjmjiejhifbjgembdcaclcib
विवरण Cryptocurrency wallet for the green Signum 🍀 blockchain as an extension for your browser.
फ़ाइल का आकार 7.26 MB
स्थापना संख्या 1,335
वर्तमान संस्करण 1.5.3
अंतिम अपडेट 2023-09-08
प्रकाशन तिथि 2022-03-07
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Signum Network Association
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/signum-network/signum-xt-wallet
सहायता पृष्ठ URL https://github.com/signum-network/signum-xt-wallet
गोपनीयता नीति पृष्ठ URL https://www.signum.network/privacypolicy.html
समर्थित भाषाएँ de,en,es,pt-BR,ru,uk,th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Signum XT Wallet",
    "version": "1.5.3",
    "omnibox": {
        "keyword": "siggy"
    },
    "icons": {
        "16": "misc\/signum-icon-16.png",
        "19": "misc\/signum-icon-19.png",
        "38": "misc\/signum-icon-38.png",
        "128": "misc\/signum-icon-128.png"
    },
    "description": "Cryptocurrency wallet for the green Signum \ud83c\udf40 blockchain as an extension for your browser.",
    "homepage_url": "https:\/\/github.com\/signum-network\/signum-xt-wallet",
    "short_name": "Signum XT Wallet",
    "permissions": [
        "storage",
        "clipboardWrite",
        "contextMenus",
        "tabs",
        "webNavigation"
    ],
    "author": "https:\/\/signum.network",
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "misc\/signum-icon-16.png",
            "19": "misc\/signum-icon-19.png",
            "38": "misc\/signum-icon-38.png",
            "128": "misc\/signum-icon-128.png"
        },
        "default_title": "Signum XT Wallet",
        "chrome_style": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/*",
                "http:\/\/127.0.0.1\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "nostr-provider.js"
            ],
            "matches": [
                "http:\/\/localhost\/*",
                "http:\/\/127.0.0.1\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}