Easy Encrypt
Encrypt and Decrypt a message using different Cyphers powered by crypto-js
What is Easy Encrypt?
Easy Encrypt is a Chrome extension developed by emanuel.suriano, and its main feature is "Encrypt and Decrypt a message using different Cyphers powered by crypto-js".
Extension Screenshots
Download Easy Encrypt Extension CRX File
Download Easy Encrypt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Easy encrypt and decrypt any message in seconds! With the possibility of selecting multiple ciphers
Extension Basic Information
Name | |
ID | pdpinaffkgjneengfdgoohjipndeopcn |
Official URL | https://chrome.google.com/webstore/detail/easy-encrypt/pdpinaffkgjneengfdgoohjipndeopcn |
Description | Encrypt and Decrypt a message using different Cyphers powered by crypto-js |
File Size | 973 KB |
Installation Count | 34 |
Current Version | 1.0.2 |
Last Updated | 2020-03-12 |
Publish Date | 2020-03-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | emanuel.suriano |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/EmaSuriano/chrome-easy-decrypt |
Help Page URL | https://github.com/EmaSuriano/chrome-easy-decrypt/issues |
Supported Languages | 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": [] } |