popupCrypt
popupCrypt is a small extension to encrypt text fast and secure via AES
¿Qué es popupCrypt?
popupCrypt es una extensión de Chrome desarrollada por https://www.agentur-simon.de, y su función principal es "popupCrypt is a small extension to encrypt text fast and secure via AES".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión popupCrypt
Descarga archivos de extensión popupCrypt en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | popupCrypt |
ID | jcbhmcpdefclddmpnmfipcojjmejhojp |
URL Oficial | https://chromewebstore.google.com/detail/popupcrypt/jcbhmcpdefclddmpnmfipcojjmejhojp |
Descripción | popupCrypt is a small extension to encrypt text fast and secure via AES |
Tamaño del Archivo | 22.66 KB |
Cantidad de Instalaciones | 86 |
Versión Actual | 0.2.1 |
Última Actualización | 2016-05-31 |
Fecha de Publicación | 2016-05-31 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://www.agentur-simon.de |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |