Easy KeyBase.io Encryption
Easy KeyBase.io Public Key Encryption.
Easy KeyBase.io Encryption क्या है?
Easy KeyBase.io Encryption mbrandonweb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy KeyBase.io Public Key Encryption."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easy KeyBase.io Encryption एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
NOTE: This Extension is no longer maintained. Keybase launched an official extension please use that one. Thank you for all of my users that took my little project and mean something for a couple of years. I appreciate you all! =-=-=-=-=-=-=-=-=-= Easy KeyBase.io Encryption is a simple plugin that allows you to encrypt a string of text with someone's KeyBase.io public key. The encryption system uses KeyBase's kbpgp.js library allowing for fast, accurate, and relatively safe encryption. The application can then export the encrypted string to the clipboard or upload it to PasteBin for ease of use. You can now also use a private key stored on KeyBase.io to sign messages both encrypted and plain text. This application is free and open source. For the full source: https://github.com/tehbmar/easy-keybase.io-encryption-extension Support KeyBase.io and sign up today! https://keybase.io
एक्सटेंशन की मूल जानकारी
नाम | Easy KeyBase.io Encryption |
ID | bhoocemedffiopognacolpjbnpncdegk |
आधिकारिक URL | https://chromewebstore.google.com/detail/easy-keybaseio-encryption/bhoocemedffiopognacolpjbnpncdegk |
विवरण | Easy KeyBase.io Public Key Encryption. |
फ़ाइल का आकार | 829 KB |
स्थापना संख्या | 221 |
वर्तमान संस्करण | 0.40 |
अंतिम अपडेट | 2019-08-20 |
प्रकाशन तिथि | 2019-08-20 |
रेटिंग | 4.67/5 कुल 6 रेटिंग्स |
डेवलपर | mbrandonweb |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy KeyBase.io Encryption", "description": "Easy KeyBase.io Public Key Encryption.", "options_page": "options.html", "version": "0.40", "permissions": [ "contextMenus", "clipboardWrite", "storage", "https:\/\/keybase.io\/*", "https:\/\/pastebin.com\/api\/api_post.php" ], "icons": { "128": "icons\/icon128.png" }, "background": { "scripts": [ "js\/kbpgp-2.0.8-min.js", "js\/jquery-2.2.0.min.js", "js\/kbeRightClick.js" ] }, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "kbe.html", "persistent": true } } |