Keyspace

Keyspace wallet browser add-on

Keyspace là gì?

Keyspace là một tiện ích mở rộng Chrome được phát triển bởi Keyspace, và tính năng chính của nó là "Keyspace wallet browser add-on".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Keyspace

Tải xuống các tệp mở rộng Keyspace dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Keyspace Keyspace
ID bjfjelfighjlolhfmpamnfgkkdeeihdn
URL Chính Thức https://chromewebstore.google.com/detail/keyspace/bjfjelfighjlolhfmpamnfgkkdeeihdn
Mô tả Keyspace wallet browser add-on
Kích Thước Tệp 6.32 MB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2023-01-20
Ngày Phát Hành 2023-01-15
Nhà Phát Triển Keyspace
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://keyspace.cloud
URL Trang Trợ Giúp https://keyspace.cloud
URL Trang Chính Sách Bảo Mật https://keyspace.cloud/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}