Bitfinity Wallet

A wallet for managing your tokens.

Bitfinity Wallet란 무엇입니까?

Bitfinity Wallet은(는) https://bitfinity.network에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A wallet for managing your tokens."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Bitfinity Wallet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A next-generation crypto wallet extension reimagined for DeFi & NFTs 🔥

The Bitfinity Wallet is a simple, yet elegant, browser extension that allows users to hold and transact tokens and NFTs on the ICP network, and opens the door to Web3.

Do more with your Wallet
- Fast transactions with low fees
- NFT gallery to display your collection
- Use all your favourite Dapps on the Internet Computer and Bitfinity EVM

Safety is important
- The non-custodial nature of the Wallet means that you control your assets
- Privacy is respected

The most advanced Wallet on the Internet Computer
- First Wallet to utilise Internet Identity for Web3 browsing
- Integrated into all major marketplaces and Dapps on the Internet Computer
- Autolocking
- Dark mode
- Contact book to save addresses easily
- QR-Code reader, for easy transfers without manually typing in transfer details
- An active community and development team: we actively listen to user feedback on our Discord, and individually reply to requests and bug-reports                    

확장 프로그램 기본 정보

이름 Bitfinity Wallet Bitfinity Wallet
ID jnldfbidonfeldmalbflbmlebbipcnle
공식 URL https://chromewebstore.google.com/detail/bitfinity-wallet/jnldfbidonfeldmalbflbmlebbipcnle
설명 A wallet for managing your tokens.
파일 크기 19.96 MB
설치 횟수 35,811
현재 버전 2.2.1
최근 업데이트 2024-01-31
출시 날짜 2021-12-08
평점 4.91/5 총 2246 개의 평점
개발자 https://bitfinity.network
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wallet.bitfinity.network/
도움말 페이지 URL https://discord.com/invite/bitfinity
개인정보 보호 정책 페이지 URL https://infinityswap-docs-wallet.web.app/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Bitfinity Wallet",
    "name": "Bitfinity Wallet",
    "description": "A wallet for managing your tokens.",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*.localhost\/*",
                "http:\/\/127.0.0.1\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "https:\/\/*\/*",
        "http:\/\/*.localhost\/*",
        "http:\/\/127.0.0.1\/*",
        "idle"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "author": "Infinity Swap",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon-16.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        },
        "default_title": "Bitfinity Wallet",
        "chrome_style": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "version": "2.2.1"
}