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 |
| 官方網址 | 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"
} | |