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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://docs.thetatoken.org |
عنوان صفحة سياسة الخصوصية | 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" ] } |