Jigstack Wallet

The most user-friendly EVM wallet for Ethereum and all EVM chains

Qu'est-ce que Jigstack Wallet ?

Jigstack Wallet est une extension Chrome développée par Jigstack, et sa fonction principale est "The most user-friendly EVM wallet for Ethereum and all EVM chains".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Jigstack Wallet

Téléchargez les fichiers d'extension Jigstack Wallet 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

                        jWallet is an open source Browser wallet for any Ethereum Virtual Machine Networks (Ethereum, Polygon, Optimism, Arbitrum, etc)

1. Designed for EVM users, just ad your personal RPC, 
2. Native CrossChain Swap and Bridge transaction in your wallet, 
3. Best way per fare dei regali crypto, 

Get jWallet and start Decentralized Finance 👻🌈                    

Informations de Base sur l'Extension

Nom Jigstack Wallet Jigstack Wallet
ID oohllogfdpaojikdjjkfmklabefnkkfk
URL Officiel https://chromewebstore.google.com/detail/jigstack-wallet/oohllogfdpaojikdjjkfmklabefnkkfk
Description The most user-friendly EVM wallet for Ethereum and all EVM chains
Taille du Fichier 33.39 MB
Nombre d'Installations 97
Version Actuelle 0.1.0
Dernière Mise à Jour 2023-06-09
Date de Publication 2023-06-08
Évaluation 4.50/5 Total 2 Évaluations
Développeur Jigstack
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wallet.jigstack.org/
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jigstack Wallet",
    "short_name": "jWallet",
    "version": "0.1.0",
    "default_locale": "en",
    "description": "The most user-friendly EVM wallet for Ethereum and all EVM chains",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png",
        "512": "images\/icon-512.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "jWallet"
    },
    "author": "https:\/\/jigstack.org\/",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "webextension-polyfill.js",
                "content-script.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "vendor\/trezor\/trezor-content-script.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "notifications",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/wallet.gridplus.io\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "user-media-permission.html",
                "pageProvider.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ]
}