BitClip

BitClip: A simple, secure client-side Bitcoin wallet.

BitClip là gì?

BitClip là một tiện ích mở rộng Chrome được phát triển bởi BitClip, và tính năng chính của nó là "BitClip: A simple, secure client-side Bitcoin wallet.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BitClip

Tải xuống các tệp mở rộng BitClip dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        We got tired of clunky wallets with a bazillion form fields. BitClip is built to provide a safe way to store and spend Bitcoins without any clutter:

- All private keys managed client-side
- Encrypted storage of address-key pairs
- Encrypted propagation of transactions through HelloBlock API
- Test Network support (Testnet addresses come preloaded with Bitcoins)
- Verifiable open source code: https://github.com/BitClip/BitClip


Use instructions:

1. Generate a new Bitcoin address in the Receive tab (Test network addresses are preloaded with 0.99 BTC)
2. Spend Bitcoins in Send Tab
3. Toggle networks in the settings
4. Manage and track multiple addresses in Receive tab.

More info here: http://www.bitclip.me

Soon to be released:

Backup wallet
Import/Export address-key pairs                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BitClip BitClip
ID ijmpgkjfkbfhoebgogflfebnmejmfbml
URL Chính Thức https://chrome.google.com/webstore/detail/bitclip/ijmpgkjfkbfhoebgogflfebnmejmfbml
Mô tả BitClip: A simple, secure client-side Bitcoin wallet.
Kích Thước Tệp 2.39 MB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.78/5 Tổng số 18 Đánh Giá
Nhà Phát Triển BitClip
Loại Thanh Toán free
Trang Web Mở Rộng http://www.bitclip.me
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BitClip",
    "description": "BitClip: A simple, secure client-side Bitcoin wallet.",
    "version": "0.5",
    "icons": {
        "32": "assets\/logo_32.png",
        "48": "assets\/logo_48.png",
        "128": "assets\/logo_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/logo_19.png",
            "38": "assets\/logo_38.png"
        },
        "default_title": "BitClip",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}