Vault

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

Vaultคืออะไร?

Vault เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jingles.dev และคุณลักษณะหลักของมันคือ "Free, open source, and decentralized. Vault utilizes zero-knowledge encryption and stores data on NOSTR network."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vault

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
อีเมล [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"
    ]
}