Topia
Crypto wallet dedicate to multiple-chain holders
Qu'est-ce que Topia ?
Topia est une extension Chrome développée par poll.lee917, et sa fonction principale est "Crypto wallet dedicate to multiple-chain holders".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Topia
Téléchargez les fichiers d'extension Topia au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
                        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                     Informations de Base sur l'Extension
| Nom |   |  
| ID | defppbijcpjpebjmpmmpleaojjlagdjb | 
| URL Officiel | https://chromewebstore.google.com/detail/topia/defppbijcpjpebjmpmmpleaojjlagdjb | 
| Description | Crypto wallet dedicate to multiple-chain holders | 
| Taille du Fichier | 9.19 MB | 
| Nombre d'Installations | 405 | 
| Version Actuelle | 1.2.2 | 
| Dernière Mise à Jour | 2023-12-29 | 
| Date de Publication | 2022-09-18 | 
| Évaluation | 3.00/5 Total 3 Évaluations | 
| Développeur | poll.lee917 | 
| [email protected] | |
| Type de Paiement | free | 
| Site Web de l'Extension | https://www.topiawallet.io/ | 
| URL de la Page de Politique de Confidentialité | https://www.topiawallet.io/Privacy_Policy.html | 
| Langues Prises en Charge | 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"
    }
}  |  |