Paloma Nest(Beta)

Paloma wallet in your browser

Cos'è Paloma Nest(Beta)?

Paloma Nest(Beta) è un'estensione di Chrome sviluppata da https://palomachain.com, e la sua funzione principale è "Paloma wallet in your browser".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Paloma Nest(Beta)

Scarica i file di estensione Paloma Nest(Beta) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The Paloma Nest browser extension allows users to create a new wallet or manage an existing wallet for the Paloma blockchain from their browser. 

This is a BETA application that will be updated to enhance functionality. This application connects to the active Paloma Mainnet and the currently active testnet network.

KEY FEATURES // 
- Create a new wallet
- View wallet balances
- View account activity
- Send native Paloma tokens to other addresses
- Receive native test tokens 
- Import or export existing wallets
- Claim GRAIN Tokenback rewards

SUPPORT // 
For updates and prior discussions on this extension and the Paloma blockchain, visit https://forum.palomachain.com or join the official Paloma Discord https://discord.gg/tNqkNHvVNc. Documentation is at https://docs.palomachain.com                    

Informazioni di Base sull'Estensione

Nome Paloma Nest(Beta) Paloma Nest(Beta)
ID cjmmdephaciiailjnoikekdebkcbcfmi
URL Ufficiale https://chromewebstore.google.com/detail/paloma-nestbeta/cjmmdephaciiailjnoikekdebkcbcfmi
Descrizione Paloma wallet in your browser
Dimensione del File 2.32 MB
Conteggio Installazioni 261
Versione Corrente 1.4.1 beta
Ultimo Aggiornamento 2024-01-25
Data di Pubblicazione 2022-11-08
Valutazione 4.99/5 Totale 76 Valutazioni
Sviluppatore https://palomachain.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.palomachain.com
URL della Pagina di Aiuto https://discord.gg/tNqkNHvVNc
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Paloma wallet in your browser",
    "version": "1.4.1",
    "manifest_version": 3,
    "name": "Paloma Nest(Beta)",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": [],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "popup.html",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "system.display"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/*.testnet.palomaswap.com\/",
        "https:\/\/*.palomaswap.com\/",
        "https:\/\/*.palomachain.com\/"
    ],
    "externally_connectable": {
        "ids": [],
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "version_name": "1.4.1 beta"
}