Fennec

A wallet on Mixin Network in your browser. Manage your Mixin Messenger accounts without downloading the app.

O que é Fennec?

Fennec é uma extensão do Chrome desenvolvida por https://pando.im, e sua principal característica é "A wallet on Mixin Network in your browser. Manage your Mixin Messenger accounts without downloading the app.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Fennec

Baixe arquivos de extensão Fennec 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

                        Fennec is an opensource crypto wallet on Mixin Network in your browser. 

You can easily receive, send or swap cryptocurrencies after creating a keystore address. 

The swapping function is supported by 4swap. It now supports 45 token pairs crosschains and there is no gas fee charged!

You can visit https://app.4swap.org, tap "Connect wallet" button to use Fennec in 4swap.

Learn more about Fennec at https://github.com/fox-one/fennec/blob/main/README.md and https://pando.im/fennec                    

Informações Básicas da Extensão

Nome Fennec Fennec
ID eincngenkhohbbfpkohipekcmnkfamjp
URL Oficial https://chromewebstore.google.com/detail/fennec/eincngenkhohbbfpkohipekcmnkfamjp
Descrição A wallet on Mixin Network in your browser. Manage your Mixin Messenger accounts without downloading the app.
Tamanho do Arquivo 2.91 MB
Contagem de Instalações 801
Versão Atual 0.5.10
Última Atualização 2023-11-27
Data de Publicação 2021-04-15
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor https://pando.im
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://pando.im/fennec/
URL da Página de Ajuda https://github.com/fox-one/fennec/discussions
URL da Página de Política de Privacidade https://fox-one.github.io/fennec/policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "foxone",
    "description": "A wallet on Mixin Network in your browser. \n Manage your Mixin Messenger accounts without downloading the app.",
    "homepage_url": "https:\/\/pando.im\/fennec",
    "name": "Fennec",
    "short_name": "Fennec",
    "default_locale": "en",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Fennec: Mixin Browser Wallet",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        "page.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:8098; object-src 'self'",
    "version": "0.5.10",
    "version_name": "0.5.10"
}