Topia
Crypto wallet dedicate to multiple-chain holders
什么是Topia?
Topia是由poll.lee917开发的Chrome扩展程序,该扩展的主要功能是“Crypto wallet dedicate to multiple-chain holders”。
扩展截图
下载Topia扩展crx文件
下载Topia扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/ |
隐私政策页面URL | 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" } } |