Easy Encrypt
Encrypt and Decrypt a message using different Cyphers powered by crypto-js
Cos'è Easy Encrypt?
Easy Encrypt è un'estensione di Chrome sviluppata da emanuel.suriano, e la sua funzione principale è "Encrypt and Decrypt a message using different Cyphers powered by crypto-js".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Easy Encrypt
Scarica i file di estensione Easy Encrypt in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Easy encrypt and decrypt any message in seconds! With the possibility of selecting multiple ciphers
Informazioni di Base sull'Estensione
Nome | |
ID | pdpinaffkgjneengfdgoohjipndeopcn |
URL Ufficiale | https://chrome.google.com/webstore/detail/easy-encrypt/pdpinaffkgjneengfdgoohjipndeopcn |
Descrizione | Encrypt and Decrypt a message using different Cyphers powered by crypto-js |
Dimensione del File | 973 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2020-03-12 |
Data di Pubblicazione | 2020-03-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | emanuel.suriano |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/EmaSuriano/chrome-easy-decrypt |
URL della Pagina di Aiuto | https://github.com/EmaSuriano/chrome-easy-decrypt/issues |
Lingue Supportate | 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": [] } |