Vault

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

什麼是Vault?

Vault是由https://jingles.dev開發的Chrome擴展程式,該擴展的主要功能是“Free, open source, and decentralized. Vault utilizes zero-knowledge encryption and stores data on NOSTR network.”。

擴展截圖

screenshot
screenshot
screenshot

下載Vault擴展crx文件

下載Vault擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Vault Vault
ID namadahddjnkmjgdnncdlhioopmjiflm
官方網址 https://chromewebstore.google.com/detail/vault/namadahddjnkmjgdnncdlhioopmjiflm
簡介 Free, open source, and decentralized. Vault utilizes zero-knowledge encryption and stores data on NOSTR network.
檔案大小 499 KB
安裝次數 56
目前版本 1.0.2
更新時間 2023-08-16
上架時間 2023-08-10
評分 4.50/5 共 2 次評分
開發者 https://jingles.dev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/jinglescode/nostr-password-manager
支援的語言 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"
    ]
}