Sender Wallet
Sender is a browser extension crypto wallet.
什麼是Sender Wallet?
Sender Wallet是由https://sender.org開發的Chrome擴展程式,該擴展的主要功能是“Sender is a browser extension crypto wallet.”。
擴展截圖
下載Sender Wallet擴展crx文件
下載Sender Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Sender Wallet is a web3 browser wallet, allowing you to control your cryptocurrency, NFTs, and digital assets.
Why choose Sender Wallet as your web3 browser wallet?
• Security and reliability
• Multi-chain support
• Powerful features
• NFT support
With Sender, you can
• Purchase cryptocurrency from trusted global cryptocurrency service providers.
• Transfer cryptocurrency held in other exchanges or wallets to your wallet.
• Send cryptocurrency to anyone, regardless of geographical restrictions.
• Receive cryptocurrency directly into your wallet when other users pay in cryptocurrency.
• Convert your cryptocurrency using decentralized exchanges (DEX).
• Stay up to date with price trends, top tokens, trending assets, and more.
Try Sender today and discover the power of blockchain-enabled browsing!
Website: https://senderwallet.io
Twitter: https://twitter.com/SenderLabs
Blog: https://medium.com/@senderlabs 擴展基本資訊
| 名稱 | |
| ID | epapihdplajcdnnkdeiahlgigofloibg |
| 官方網址 | https://chromewebstore.google.com/detail/sender-wallet/epapihdplajcdnnkdeiahlgigofloibg |
| 簡介 | Sender is a browser extension crypto wallet. |
| 檔案大小 | 3.8 MB |
| 安裝次數 | 60,000 |
| 目前版本 | 2.1.12 |
| 更新時間 | 2024-03-04 |
| 上架時間 | 2021-11-28 |
| 評分 | 4.89/5 共 742 次評分 |
| 開發者 | https://sender.org |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://sender.org |
| 說明頁面URL | https://sender.org/privacy |
| 隱私政策頁面URL | https://sender.org/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Sender is a browser extension crypto wallet.",
"version": "2.1.12",
"manifest_version": 3,
"name": "Sender Wallet",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_icon": "icon-38.png"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"contentScript.bundle.js",
"script.bundle.js"
],
"css": [
"content.styles.css"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-38.png",
"script.bundle.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
" | |