Fennec

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

什麼是Fennec?

Fennec是由https://pando.im開發的Chrome擴展程式,該擴展的主要功能是“A wallet on Mixin Network in your browser. Manage your Mixin Messenger accounts without downloading the app.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Fennec擴展crx文件

下載Fennec擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Fennec Fennec
ID eincngenkhohbbfpkohipekcmnkfamjp
官方網址 https://chromewebstore.google.com/detail/fennec/eincngenkhohbbfpkohipekcmnkfamjp
簡介 A wallet on Mixin Network in your browser. Manage your Mixin Messenger accounts without downloading the app.
檔案大小 2.91 MB
安裝次數 801
目前版本 0.5.10
更新時間 2023-11-27
上架時間 2021-04-15
評分 4.00/5 共 4 次評分
開發者 https://pando.im
電子郵箱 [email protected]
付費類型 free
擴展官網 https://pando.im/fennec/
說明頁面URL https://github.com/fox-one/fennec/discussions
隱私政策頁面URL https://fox-one.github.io/fennec/policy
支援的語言 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"
}