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.」です。
拡張機能のスクリーンショット
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 |
ID | namadahddjnkmjgdnncdlhioopmjiflm |
公式URL | 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 |
Eメール | [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" ] } |