Topia

Crypto wallet dedicate to multiple-chain holders

Wat is Topia?

Topia is een Chrome-extensie ontwikkeld door poll.lee917, en de belangrijkste functie is "Crypto wallet dedicate to multiple-chain holders".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Topia

Download Topia-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Topia Topia
ID defppbijcpjpebjmpmmpleaojjlagdjb
Officiële URL https://chromewebstore.google.com/detail/topia/defppbijcpjpebjmpmmpleaojjlagdjb
Beschrijving Crypto wallet dedicate to multiple-chain holders
Bestandsgrootte 9.19 MB
Aantal Installaties 405
Huidige Versie 1.2.2
Laatst Bijgewerkt 2023-12-29
Publicatiedatum 2022-09-18
Beoordeling 3.00/5 Totaal 3 Beoordelingen
Ontwikkelaar poll.lee917
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.topiawallet.io/
URL van de Privacybeleid Pagina https://www.topiawallet.io/Privacy_Policy.html
Ondersteunde Talen 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"
    }
}