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
拡張機能の基本情報
名前 | Math Wallet |
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 |
Eメール | [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" } |