Bitfinity Wallet
A wallet for managing your tokens.
Bitfinity Wallet là gì?
Bitfinity Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://bitfinity.network, và tính năng chính của nó là "A wallet for managing your tokens.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bitfinity Wallet
Tải xuống các tệp mở rộng Bitfinity Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bitfinity Wallet |
ID | jnldfbidonfeldmalbflbmlebbipcnle |
URL Chính Thức | https://chromewebstore.google.com/detail/bitfinity-wallet/jnldfbidonfeldmalbflbmlebbipcnle |
Mô tả | A wallet for managing your tokens. |
Kích Thước Tệp | 19.96 MB |
Số Lần Cài Đặt | 35,811 |
Phiên Bản Hiện Tại | 2.2.1 |
Cập Nhật Lần Cuối | 2024-01-31 |
Ngày Phát Hành | 2021-12-08 |
Đánh Giá | 4.91/5 Tổng số 2246 Đánh Giá |
Nhà Phát Triển | https://bitfinity.network |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://wallet.bitfinity.network/ |
URL Trang Trợ Giúp | https://discord.com/invite/bitfinity |
URL Trang Chính Sách Bảo Mật | https://infinityswap-docs-wallet.web.app/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |