BitClip

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

什麼是BitClip?

BitClip是由BitClip開發的Chrome擴展程式,該擴展的主要功能是“BitClip: A simple, secure client-side Bitcoin wallet.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載BitClip擴展crx文件

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

擴展使用說明

                        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                    

擴展基本資訊

名稱 BitClip BitClip
ID ijmpgkjfkbfhoebgogflfebnmejmfbml
官方網址 https://chrome.google.com/webstore/detail/bitclip/ijmpgkjfkbfhoebgogflfebnmejmfbml
簡介 BitClip: A simple, secure client-side Bitcoin wallet.
檔案大小 2.39 MB
安裝次數 107
目前版本 0.5
更新時間 2019-03-08
上架時間 2019-03-08
評分 4.78/5 共 18 次評分
開發者 BitClip
付費類型 free
擴展官網 http://www.bitclip.me
支援的語言 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"
    ]
}