Crocobit Wallet

Multi-cryptocurrency decentralized wallet

什麼是Crocobit Wallet?

Crocobit Wallet是由http://extension.crocobit.net開發的Chrome擴展程式,該擴展的主要功能是“Multi-cryptocurrency decentralized wallet”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Crocobit Wallet擴展crx文件

下載Crocobit Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        CROCOBIT Wallet
"Safe to store, easy to use".

Crocobit Wallet extension is a browser extension that allows you to access your cryptocurrencies from a browser. 
In a few clicks in your browser, you can: view the balance, send, and receive cryptocurrencies. 
All your funds are stored on your browser. It is safe and easy to use.

Features:
- Simple interface
- Receiving cryptocurrencies
- Sending cryptocurrencies
- Balances can be displayed in local currencies
- Use any ERC tokens
- Choose transaction speed and fee amount (slow, average, fast)                    

擴展基本資訊

名稱 Crocobit Wallet Crocobit Wallet
ID pnlfjmlcjdjgkddecgincndfgegkecke
官方網址 https://chrome.google.com/webstore/detail/crocobit-wallet/pnlfjmlcjdjgkddecgincndfgegkecke
簡介 Multi-cryptocurrency decentralized wallet
檔案大小 5.4 MB
安裝次數 165
目前版本 0.10.0
更新時間 2021-06-07
上架時間 2020-07-02
評分 4.89/5 共 19 次評分
開發者 http://extension.crocobit.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://extension.crocobit.net
說明頁面URL https://extension.crocobit.net/contact
隱私政策頁面URL https://p2p.crocobit.net/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crocobit Wallet",
    "short_name": "Crocobit",
    "description": "Multi-cryptocurrency decentralized wallet",
    "version": "0.10.0",
    "author": "https:\/\/extension.crocobit.net",
    "browser_action": {
        "default_icon": "img\/logo128.png",
        "default_popup": "index.html",
        "default_title": "Crocobit"
    },
    "icons": {
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'sha256-DqmpmfFkBMRrqGF13km7p9v4V\/Eq7vmRtLSjwcdcQSw='; object-src 'self'",
    "permissions": [
        "storage"
    ]
}