iWallet Pro

Brand New Version Wallet Extension for lOST

什麼是iWallet Pro?

iWallet Pro是由iost.io開發的Chrome擴展程式,該擴展的主要功能是“Brand New Version Wallet Extension for lOST”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載iWallet Pro擴展crx文件

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

擴展使用說明

                        A Brand New Version IOST Wallet in your Browser.
iWallet Pro is the Brand New Version for iWallet, it's a tool for using IOST account and  accessing IOST enabled distributed applications, or Dapps in your browser. The safe and simple way to access blockchain applications and web3.                    

擴展基本資訊

名稱 iWallet Pro iWallet Pro
ID jbppfhkifinbpinekbahmdomhlaidhfm
官方網址 https://chromewebstore.google.com/detail/iwallet-pro/jbppfhkifinbpinekbahmdomhlaidhfm
簡介 Brand New Version Wallet Extension for lOST
檔案大小 6.43 MB
安裝次數 35,547
目前版本 0.0.6
更新時間 2024-01-10
上架時間 2023-06-21
評分 2.26/5 共 23 次評分
開發者 iost.io
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://github.com/iost-official/iost-extension/wiki/IOST-Extension-Privacy-Policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iWallet Pro",
    "manifest_version": 3,
    "version": "0.0.6",
    "description": "Brand New Version Wallet Extension for lOST",
    "action": {
        "default_popup": "index.html",
        "default_title": "iWallet"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "app\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app\/content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app\/inpage.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": []
}