Easy Encrypt
Encrypt and Decrypt a message using different Cyphers powered by crypto-js
Easy Encrypt क्या है?
Easy Encrypt emanuel.suriano द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Encrypt and Decrypt a message using different Cyphers powered by crypto-js"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easy Encrypt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easy encrypt and decrypt any message in seconds! With the possibility of selecting multiple ciphers
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pdpinaffkgjneengfdgoohjipndeopcn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/easy-encrypt/pdpinaffkgjneengfdgoohjipndeopcn |
विवरण | Encrypt and Decrypt a message using different Cyphers powered by crypto-js |
फ़ाइल का आकार | 973 KB |
स्थापना संख्या | 34 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2020-03-12 |
प्रकाशन तिथि | 2020-03-12 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | emanuel.suriano |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/EmaSuriano/chrome-easy-decrypt |
सहायता पृष्ठ URL | https://github.com/EmaSuriano/chrome-easy-decrypt/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Encrypt", "description": "Encrypt and Decrypt a message using different Cyphers powered by crypto-js", "version": "1.0.2", "icons": { "16": "key.png", "48": "key.png", "128": "key.png" }, "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "permissions": [] } |