BitClip
BitClip: A simple, secure client-side Bitcoin wallet.
BitClipとは何ですか?
BitClipはBitClipによって開発されたChromeの拡張機能で、その主な機能は「BitClip: A simple, secure client-side Bitcoin wallet.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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" ] } |