Math Wallet
The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet
什么是Math Wallet?
Math Wallet是由https://mathwallet.org开发的Chrome扩展程序,该扩展的主要功能是“The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet”。
扩展截图
下载Math Wallet扩展crx文件
下载Math Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Math Wallet is a multi-platform (mobile/desktop/hardware) universal crypto wallet.
Math Wallet enables storage of 50+ blockchains and 3000+ tokens.
Math Wallet is the ONLY extension wallet that support multi-chain dApps.
FEATURES
- Generate Wallets completely client side.
- Unlock variety of key types: private key, mnemonics.
- Easily send tokens.
- Support all kinds of DeFi dApps.
Learn more: https://mathwallet.org 扩展基本信息
| 名称 | |
| ID | afbcbjpbpfadlkmhmclhkeeodmamcflc |
| 官方URL | https://chromewebstore.google.com/detail/math-wallet/afbcbjpbpfadlkmhmclhkeeodmamcflc |
| 简介 | The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet |
| 文件大小 | 26.25 MB |
| 安装次数 | 70,562 |
| 当前版本 | 3.0.7 |
| 更新时间 | 2023-07-27 |
| 上架时间 | 2020-07-03 |
| 评分 | 3.54/5 共59次评分 |
| 开发者 | https://mathwallet.org |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://mathwallet.org |
| 帮助页面URL | http://blog.mathwallet.org |
| 隐私政策页面URL | http://mathwallet.org/privacy/en |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Math Wallet",
"description": "The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet",
"manifest_version": 2,
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"permissions": [
"storage",
"unlimitedStorage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_title": "Math Wallet",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"homepage_url": "http:\/\/www.mathwallet.org",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"version": "3.0.7"
} | |