BitApp Wallet

BitApp Wallet supports multi cryptocurrencies, including BCH and ETH, while BTC and EOS are coming soon too.

BitApp Walletとは何ですか?

BitApp Walletはbitapp.netによって開発されたChromeの拡張機能で、その主な機能は「BitApp Wallet supports multi cryptocurrencies, including BCH and ETH, while BTC and EOS are coming soon too.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        BitApp Wallet supports multi cryptocurrencies, including BTC 、BCH and ETH, while EOS are coming soon too. On BitApp, you can not only manage your cryptocurrency assets, but also have fun with DApps of blockchain.

And we offer SDK that is secure, simple and ease of use for developers. With BitApp’s SDK, you are able to quickly develop a blockchain application that supports multi cryptocurrencies like BTC, BCH, EOS, ETH, etc. 

Website:https://www.bitapp.net
Developer Platform:https://developer.bitapp.net/
Twitter:https://twitter.com/BitAppWallet
Weibo:http://weibo.com/bitapp
Business Cooperation:[email protected]                    

拡張機能の基本情報

名前 BitApp Wallet BitApp Wallet
ID fihkakfobkmkjojpchpfgcmhfjnmnfpi
公式URL https://chrome.google.com/webstore/detail/bitapp-wallet/fihkakfobkmkjojpchpfgcmhfjnmnfpi
説明 BitApp Wallet supports multi cryptocurrencies, including BCH and ETH, while BTC and EOS are coming soon too.
ファイルサイズ 3.14 MB
インストール数 313
現在のバージョン 1.1.2
最終更新日 2018-11-15
公開日 2018-11-15
評価 4.38/5 合計 8 レビュー
開発者 bitapp.net
支払い方法 free
拡張機能のウェブサイト https://www.bitapp.net
対応言語 en,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BitApp Wallet",
    "version": "1.1.2",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/www.bitapp.net",
    "author": "https:\/\/www.bitapp.net",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "",
        "activeTab",
        "management",
        "tabs",
        "background",
        "unlimitedStorage",
        "storage",
        "contextMenus",
        "notifications"
    ],
    "browser_action": {
        "default_title": "BitApp",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": true,
        "page": "pages\/background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/chrome.bitapp.net\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "web_accessible_resources": [
        "pages\/popup.html"
    ]
}