Easy Encrypt
Encrypt and Decrypt a message using different Cyphers powered by crypto-js
Co je Easy Encrypt?
Easy Encrypt je rozšíření Chrome vyvinuté emanuel.suriano, a jeho hlavní funkcí je „Encrypt and Decrypt a message using different Cyphers powered by crypto-js“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Easy Encrypt
Stáhněte si soubory rozšíření Easy Encrypt ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Easy encrypt and decrypt any message in seconds! With the possibility of selecting multiple ciphers
Základní Informace o Rozšíření
Název | |
ID | pdpinaffkgjneengfdgoohjipndeopcn |
Oficiální URL | https://chrome.google.com/webstore/detail/easy-encrypt/pdpinaffkgjneengfdgoohjipndeopcn |
Popis | Encrypt and Decrypt a message using different Cyphers powered by crypto-js |
Velikost souboru | 973 KB |
Počet instalací | 34 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2020-03-12 |
Datum Vydání | 2020-03-12 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | emanuel.suriano |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/EmaSuriano/chrome-easy-decrypt |
URL Stránky Nápovědy | https://github.com/EmaSuriano/chrome-easy-decrypt/issues |
Podporované Jazyky | 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": [] } |