BitClip
BitClip: A simple, secure client-side Bitcoin wallet.
BitClip란 무엇입니까?
BitClip은(는) BitClip에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BitClip: A simple, secure client-side Bitcoin wallet."입니다.
확장 프로그램 스크린샷
BitClip 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
확장 프로그램 기본 정보
이름 | |
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" ] } |