Keyspace
Keyspace wallet browser add-on
什么是Keyspace?
Keyspace是由Keyspace开发的Chrome扩展程序,该扩展的主要功能是“Keyspace wallet browser add-on”。
扩展截图
下载Keyspace扩展crx文件
下载Keyspace扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } } |