Navio Wallet

Navio Wallet Chrome Extension

O que é Navio Wallet?

Navio Wallet é uma extensão do Chrome desenvolvida por nav.web.store.1, e sua principal característica é "Navio Wallet Chrome Extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Navio Wallet

Baixe arquivos de extensão Navio Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Navio Wallet is an extension for accessing Navio enabled decentralized applications, or "DApps" in your Chrome browser!

The extension injects the Navio web3 API into every website's javascript context, so that dapps can read from the blockchain.

With Navio wallet, you can create your Private NFT collections and mint your NFTs.

Navio wallet also lets the user create and manage their own identities, so when a DApp wants to perform a transaction and write to the blockchain, the user gets a secure interface to review the transaction, before approving or rejecting it.

Because it adds functionality to the normal browser context, Navio wallet requires the permission to read and write to any webpage. You can always "view the source" of Navio wallet the way you do any Chrome extension, or view the source code on Github:
https://github.com/navcoin/navcoin-wallet-chrome-extension                    

Informações Básicas da Extensão

Nome Navio Wallet Navio Wallet
ID mehadhhadnkkdajgmdoebkgfldobcded
URL Oficial https://chromewebstore.google.com/detail/navio-wallet/mehadhhadnkkdajgmdoebkgfldobcded
Descrição Navio Wallet Chrome Extension
Tamanho do Arquivo 9.17 MB
Contagem de Instalações 34
Versão Atual 1.0.12
Última Atualização 2023-09-25
Data de Publicação 2022-06-22
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor nav.web.store.1
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.nav.io
URL da Página de Ajuda https://www.nav.io
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Navio Wallet",
    "description": "Navio Wallet Chrome Extension",
    "version": "1.0.12",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtMJgF7cQvZh8ITFSiM31pjrsOTg+H+aUlZhvtq5peMswQZYVdkeRAw60CrLq5rgityfZs95TitkUkybQXQsC7kSM8ecBfuKZ1elZ1oJYiyvgMa3n8uEhqjAHouAxah54qhTCiGbxj4gzY6ENnAKoJ0+v+JTT1NO4sBCj4oYYy+c7Jn2T772nKSnJ1Fzb3AM1xQSkJzTb8XlXamv\/AoWkiCmWZBfcRa7krosPcpsxh68RBsOLijtGA2+I2P8S7LisqfT8zou05eC71wdX4bpS5ukIdim76q\/AOI0m+mxZGGgy3e\/Pu7r5kCE4XtLYPDnbNE2+B4b\/NL9NDgvxka4wPQIDAQAB",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "background",
        "scripting",
        "notifications"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icons\/favicon-16x16.png",
        "48": "images\/icons\/favicon-48x48.png",
        "128": "images\/icons\/favicon-128x128.png"
    },
    "externally_connectable": {
        "matches": [],
        "ids": [
            "*"
        ]
    },
    "host_permissions": [
        ""
    ]
}