Keyspace
Keyspace wallet browser add-on
Keyspace란 무엇입니까?
Keyspace은(는) Keyspace에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keyspace wallet browser add-on"입니다.
확장 프로그램 스크린샷
Keyspace 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A secure self-custodial cryptographic wallet for your digital life. Backup and save passwords & two-factor authentication codes, take notes with Markdown support and store your credit & debit cards for later use. Seamlessly login from the Keyspace mobile app with just a QR code scan — all of this is backed by secure end-to-end encryption, accessible via a 12 word recovery phrase that only you possess. · Zero-knowledge encryption: your vault is encrypted with a key that never leaves your device. · Strong and fast cryptography: XChaCha20-Poly1305 with 192-bit nonce for encryption and Ed25519 to authenticate with servers. · Privacy: No third-party analytics, crashlytics or information-leaking API calls are made. Even the icons are fetched locally.
확장 프로그램 기본 정보
이름 | Keyspace |
ID | bjfjelfighjlolhfmpamnfgkkdeeihdn |
공식 URL | https://chromewebstore.google.com/detail/keyspace/bjfjelfighjlolhfmpamnfgkkdeeihdn |
설명 | Keyspace wallet browser add-on |
파일 크기 | 6.32 MB |
설치 횟수 | 28 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2023-01-20 |
출시 날짜 | 2023-01-15 |
개발자 | Keyspace |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://keyspace.cloud |
도움말 페이지 URL | https://keyspace.cloud |
개인정보 보호 정책 페이지 URL | https://keyspace.cloud/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keyspace", "description": "Keyspace wallet browser add-on", "version": "1.0.5", "manifest_version": 3, "icons": { "16": ".\/images\/favicon-16x16.png", "32": ".\/images\/favicon-32x32.png", "192": ".\/images\/favicon-192x192.png", "512": ".\/images\/favicon-512x512.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": ".\/images\/favicon-16x16.png", "32": ".\/images\/favicon-32x32.png", "192": ".\/images\/favicon-192x192.png", "512": ".\/images\/favicon-512x512.png" } }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "activeTab", "storage", "unlimitedStorage", "clipboardRead", "clipboardWrite", "http:\/\/*\/*", "https:\/\/*\/*" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Period" }, "description": "keyboard call" } } } |