BurnerX

BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries. BurnerX allows users to send &…

BurnerXとは何ですか?

BurnerXはDavid Mihalによって開発されたChromeの拡張機能で、その主な機能は「BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries. BurnerX allows users to send &…」です。

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

screenshot

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

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

拡張機能の使用方法

                        BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries.

BurnerX allows users to send & receive cryptocurrencies, as well as interact with dapps.                    

拡張機能の基本情報

名前 BurnerX BurnerX
ID dmoidpfmmhnchjngdjcbkpdjfmhkpnjg
公式URL https://chromewebstore.google.com/detail/burnerx/dmoidpfmmhnchjngdjcbkpdjfmhkpnjg
説明 BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries. BurnerX allows users to send &…
ファイルサイズ 8.68 MB
インストール数 760
現在のバージョン 0.1.0
最終更新日 2020-08-28
公開日 2020-08-28
評価 1.00/5 合計 1 レビュー
開発者 David Mihal
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/burner-wallet/chrome-extension
ヘルプページのURL https://github.com/burner-wallet/chrome-extension/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BurnerX",
    "version": "0.1.0",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "wallet.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content-script.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "injected.bundle.js",
        "wallet.html"
    ]
}