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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |