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
官方網址 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"
    ]
}