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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}