Theta Wallet
Theta Wallet & gateway to blockchain apps on the Theta Network.
Theta Walletとは何ですか?
Theta Walletはhttps://wallet.thetatoken.orgによって開発されたChromeの拡張機能で、その主な機能は「Theta Wallet & gateway to blockchain apps on the Theta Network.」です。
拡張機能のスクリーンショット
Theta Wallet拡張機能のCRXファイルをダウンロード
Theta Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Official Theta Wallet right in your Browser! This Theta Wallet is an extension for accessing distributed applications (Dapps) on the Theta Network right from your browser! This wallet also lets you create and manage your own accounts (via private keys, etc), so when a Dapp wants to perform a transaction and write to the Theta Blockchain, the user gets a secure interface to review the transaction, before approving or rejecting it.
拡張機能の基本情報
名前 | |
ID | ckelpdlfgochnkdgikcgbimdcfgpkhgk |
公式URL | https://chrome.google.com/webstore/detail/theta-wallet/ckelpdlfgochnkdgikcgbimdcfgpkhgk |
説明 | Theta Wallet & gateway to blockchain apps on the Theta Network. |
ファイルサイズ | 1.43 MB |
インストール数 | 14,612 |
現在のバージョン | 3.2.0 |
最終更新日 | 2022-03-19 |
公開日 | 2020-12-16 |
評価 | 3.72/5 合計 18 レビュー |
開発者 | https://wallet.thetatoken.org |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.thetatoken.org |
ヘルプページのURL | https://docs.thetatoken.org |
プライバシーポリシーページのURL | https://www.thetatoken.org/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.2.0", "manifest_version": 2, "name": "Theta Wallet", "description": "Theta Wallet & gateway to blockchain apps on the Theta Network.", "content_scripts": [ { "matches": [ "https:\/\/wallet.thetatoken.org\/theta-wallet-connect.html" ], "js": [ "content.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "16": "img\/extension-icon\/icon-16.png", "32": "img\/extension-icon\/icon-32.png", "64": "img\/extension-icon\/icon-64.png", "128": "img\/extension-icon\/icon-128.png" }, "default_popup": "popup.html" }, "permissions": [ "storage", "unlimitedStorage", "clipboardWrite", "activeTab", "notifications" ], "icons": { "16": "img\/extension-icon\/icon-16.png", "32": "img\/extension-icon\/icon-32.png", "64": "img\/extension-icon\/icon-64.png", "128": "img\/extension-icon\/icon-128.png" }, "web_accessible_resources": [ "inpage.js" ] } |