BitClip

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

Qu'est-ce que BitClip ?

BitClip est une extension Chrome développée par BitClip, et sa fonction principale est "BitClip: A simple, secure client-side Bitcoin wallet.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BitClip

Téléchargez les fichiers d'extension BitClip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom BitClip BitClip
ID ijmpgkjfkbfhoebgogflfebnmejmfbml
URL Officiel https://chrome.google.com/webstore/detail/bitclip/ijmpgkjfkbfhoebgogflfebnmejmfbml
Description BitClip: A simple, secure client-side Bitcoin wallet.
Taille du Fichier 2.39 MB
Nombre d'Installations 107
Version Actuelle 0.5
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 4.78/5 Total 18 Évaluations
Développeur BitClip
Type de Paiement free
Site Web de l'Extension http://www.bitclip.me
Langues Prises en Charge 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"
    ]
}