Nvest Wallet

Nvest Ethereum wallet

Nvest Walletとは何ですか?

Nvest Walletはshorupanによって開発されたChromeの拡張機能で、その主な機能は「Nvest Ethereum wallet」です。

拡張機能のスクリーンショット

screenshot

Nvest Wallet拡張機能のCRXファイルをダウンロード

Nvest Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Nvest Wallet Nvest Wallet
ID acaocjcmpncleaghofcecgoikgpbbbje
公式URL https://chrome.google.com/webstore/detail/nvest-wallet/acaocjcmpncleaghofcecgoikgpbbbje
説明 Nvest Ethereum wallet
ファイルサイズ 2.8 MB
インストール数 173
現在のバージョン 1.0.6
最終更新日 2019-09-20
公開日 2019-09-20
評価 5.00/5 合計 4 レビュー
開発者 shorupan
支払い方法 free
拡張機能のウェブサイト https://nvestbank.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nvest Wallet",
    "description": "Nvest Ethereum wallet",
    "version": "1.0.6",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Nvest Wallet"
    },
    "icons": {
        "128": "nvest_128x128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "permissions": [
        "storage",
        "browser"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}