Vault

Free, open source, and decentralized. Vault utilizes zero-knowledge encryption and stores data on NOSTR network.

Vault là gì?

Vault là một tiện ích mở rộng Chrome được phát triển bởi https://jingles.dev, và tính năng chính của nó là "Free, open source, and decentralized. Vault utilizes zero-knowledge encryption and stores data on NOSTR network.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Vault 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

                        Vault saves all your passwords and notes securely by encrypting your data twice; once with your secret key and once with your passcode.

Your data are not stored on any centralized server, but rather on a set of relay servers. This means that it is resilient to attacks and that you are the only one who can access your passwords.

Security experts recommend that you use a different, randomly generated password for every account that you create, and Vault makes this easy. Vault can generate passwords and store them for you, this means that you only need to remember one password, your passcode.

Looking to store and swiftly retrieve your data? Vaults facilitate searchable items, allowing you to effortlessly copy the desired information with a single click.

Vault is free, open source, and decentralized; and will always be.                    

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

Tên Vault Vault
ID namadahddjnkmjgdnncdlhioopmjiflm
URL Chính Thức https://chromewebstore.google.com/detail/vault/namadahddjnkmjgdnncdlhioopmjiflm
Mô tả Free, open source, and decentralized. Vault utilizes zero-knowledge encryption and stores data on NOSTR network.
Kích Thước Tệp 499 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-08-16
Ngày Phát Hành 2023-08-10
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://jingles.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jinglescode/nostr-password-manager
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "author": "Jingles (jingles.dev)",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_popup": "index.html",
        "default_title": "Vault"
    },
    "icons": {
        "16": "images\/rounded-16.png",
        "32": "images\/rounded-32.png",
        "48": "images\/rounded-48.png",
        "128": "images\/rounded-128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}