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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}