Keyspace
Keyspace wallet browser add-on
Keyspace क्या है?
Keyspace Keyspace द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keyspace wallet browser add-on"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Keyspace एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Keyspace |
ID | bjfjelfighjlolhfmpamnfgkkdeeihdn |
आधिकारिक URL | https://chromewebstore.google.com/detail/keyspace/bjfjelfighjlolhfmpamnfgkkdeeihdn |
विवरण | Keyspace wallet browser add-on |
फ़ाइल का आकार | 6.32 MB |
स्थापना संख्या | 28 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2023-01-20 |
प्रकाशन तिथि | 2023-01-15 |
डेवलपर | Keyspace |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://keyspace.cloud |
सहायता पृष्ठ URL | https://keyspace.cloud |
गोपनीयता नीति पृष्ठ URL | https://keyspace.cloud/privacy |
समर्थित भाषाएँ | 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" } } } |