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
公式URL 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
Eメール [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": []
}