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 |
官方網址 | 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" } } |