Jigstack Wallet

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

Jigstack Walletคืออะไร?

Jigstack Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jigstack และคุณลักษณะหลักของมันคือ "The most user-friendly EVM wallet for Ethereum and all EVM chains"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jigstack Wallet

ดาวน์โหลดไฟล์ส่วนขยาย Jigstack Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 👻🌈                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Jigstack Wallet Jigstack Wallet
ID oohllogfdpaojikdjjkfmklabefnkkfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jigstack-wallet/oohllogfdpaojikdjjkfmklabefnkkfk
คำอธิบาย The most user-friendly EVM wallet for Ethereum and all EVM chains
ขนาดไฟล์ 33.39 MB
จำนวนการติดตั้ง 97
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2023-06-09
วันที่เผยแพร่ 2023-06-08
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Jigstack
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wallet.jigstack.org/
ภาษาที่รองรับ 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": []
        }
    ]
}