Topia
Crypto wallet dedicate to multiple-chain holders
ما هو Topia؟
Topia هو إضافة Chrome تم تطويرها بواسطة poll.lee917، والميزة الرئيسية لها هي "Crypto wallet dedicate to multiple-chain holders".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Topia
قم بتنزيل ملفات الامتداد Topia بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Topia is a decentralized plug-in wallet specially designed for TOP Network and Filecoin, seamlessly connected to the chain ecology. Topia for TOP Network *Support store native TOP token *Support transfer native TOP Topia for Filecoin *Support store and transfer native FIL token *Support Filecoin staking in Filet
معلومات أساسية عن التمديد
الاسم | Topia |
ID | defppbijcpjpebjmpmmpleaojjlagdjb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/topia/defppbijcpjpebjmpmmpleaojjlagdjb |
الوصف | Crypto wallet dedicate to multiple-chain holders |
حجم الملف | 9.19 MB |
عدد التثبيتات | 405 |
النسخة الحالية | 1.2.2 |
آخر تحديث | 2023-12-29 |
تاريخ النشر | 2022-09-18 |
تقييم | 3.00/5 مجموع تقييمات 3 |
المطور | poll.lee917 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.topiawallet.io/ |
عنوان صفحة سياسة الخصوصية | https://www.topiawallet.io/Privacy_Policy.html |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Topia", "description": "Crypto wallet dedicate to multiple-chain holders", "version": "1.2.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "default_locale": "en", "permissions": [ "storage", "clipboardWrite" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "inpage.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "action": { "default_popup": "index.html", "default_title": "Topia", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |