Keyspace
Keyspace wallet browser add-on
Что такое Keyspace?
Keyspace - это расширение Chrome, разработанное Keyspace, и его основная функция - "Keyspace wallet browser add-on".
Снимки экрана расширения
Скачать файл CRX расширения Keyspace
Скачайте файлы расширений 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. Основная информация о расширении
| Название | |
| 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"
}
}
} | |