BitClip

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

BitClip क्या है?

BitClip BitClip द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BitClip: A simple, secure client-side Bitcoin wallet."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BitClip एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}