BitClip

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

Что такое BitClip?

BitClip - это расширение Chrome, разработанное BitClip, и его основная функция - "BitClip: A simple, secure client-side Bitcoin wallet.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения BitClip

Скачайте файлы расширений 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
Официальный URL 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"
    ]
}