Initia Wallet

Initia Wallet is a Chrome extension wallet that allows users to access Initia dApps within a web browser environment. The user…

什麼是Initia Wallet?

Initia Wallet是由Initia開發的Chrome擴展程式,該擴展的主要功能是“Initia Wallet is a Chrome extension wallet that allows users to access Initia dApps within a web browser environment. The user…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Initia Wallet擴展crx文件

下載Initia Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Initia Wallet is a Chrome extension wallet that allows users to access Initia dApps within a web browser environment. The user interface of Initia Wallet allows users to create new accounts using mnemonic phrases, view their assets, NFTs, and activities, and perform transactions on the Initia blockchain, such as transferring and exchanging assets. Through the extension, users can grant web applications the permission to read blockchain information such as account balances and histories.                    

擴展基本資訊

名稱 Initia Wallet Initia Wallet
ID ffbceckpkpbcmgiaehlloocglmijnpmp
官方網址 https://chromewebstore.google.com/detail/initia-wallet/ffbceckpkpbcmgiaehlloocglmijnpmp
簡介 Initia Wallet is a Chrome extension wallet that allows users to access Initia dApps within a web browser environment. The user…
檔案大小 3.99 MB
安裝次數 140
目前版本 0.36.0
更新時間 2024-02-15
上架時間 2023-04-03
開發者 Initia
電子郵箱 [email protected]
付費類型 free
擴展官網 https://initia.co
隱私政策頁面URL https://initia.co/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Initia Wallet",
    "version": "0.36.0",
    "icons": {
        "128": "favicon.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "page.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
    },
    "minimum_chrome_version": "116",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7xutgbDVvVcRNTkvxCO04NCIyiirk92zAIfBWv7WgLbY3ohvuwT3dByORwRuVNJ4SZo\/tqakXPztn3EoJG4zfJ1xUOOkDg4mRpMSOfI9lsqsQmmUQ3+ClTyOQPzsBgKqFcOt0eLsImjXREKWjjHk9rSxbHWHk3nU+OGYikImkFrplRGeHHfu60B7tXUvWx+9nNiAiBtEY9AzbQqsD4tCGHeuA3hP2NuvOvorLpYLWmhyRyXQpDYfwQ7BCIVhB3kMf7S1NxV7MexYpxbM+h1lEGsq1dvlhTXXNN8+LTopzZn\/zfAxIK5cMfIHBqds7jUi\/+lDQLiWfDlWPFMkXAYF4QIDAQAB"
}