popupCrypt
popupCrypt is a small extension to encrypt text fast and secure via AES
popupCrypt क्या है?
popupCrypt https://www.agentur-simon.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "popupCrypt is a small extension to encrypt text fast and secure via AES"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में popupCrypt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
popupCrypt is a small extension and helps you to en- and decrypt text information. The extension works without an internet connection and needs no rights. Changelog: 0.2.1 · small bugfix 0.2 · Added context menu · Added fast crypt/decrypt support (use ENTER / CTRL-ENTER in password field) 0.1 · First version popupCrypt is a small side project of our web agency "Agentur Simon". We want to help our clients to en- and decrypt their sensible data like passwords, access data or similar. Credits: · https://code.google.com/archive/p/crypto-js/ · http://purecss.io/ · https://www.elegantthemes.com/blog/freebie-of-the-week/beautiful-flat-icons-for-free
एक्सटेंशन की मूल जानकारी
नाम | popupCrypt |
ID | jcbhmcpdefclddmpnmfipcojjmejhojp |
आधिकारिक URL | https://chromewebstore.google.com/detail/popupcrypt/jcbhmcpdefclddmpnmfipcojjmejhojp |
विवरण | popupCrypt is a small extension to encrypt text fast and secure via AES |
फ़ाइल का आकार | 22.66 KB |
स्थापना संख्या | 86 |
वर्तमान संस्करण | 0.2.1 |
अंतिम अपडेट | 2016-05-31 |
प्रकाशन तिथि | 2016-05-31 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://www.agentur-simon.de |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "popupCrypt", "manifest_version": 2, "description": "popupCrypt is a small extension to encrypt text fast and secure via AES", "version": "0.2.1", "icons": { "128": "popupCrypt128.png", "64": "popupCrypt48.png", "32": "popupCrypt32.png", "16": "popupCrypt16.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "popupCrypt64.png", "default_title": "popupCrypt", "default_popup": "popupCrypt.html" } } |