Theta Wallet
Theta Wallet & gateway to blockchain apps on the Theta Network.
Theta Walletคืออะไร?
Theta Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wallet.thetatoken.org และคุณลักษณะหลักของมันคือ "Theta Wallet & gateway to blockchain apps on the Theta Network."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Theta Wallet
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |