AE Encrypt
Encrypt plain texts using various hashing algorithms and encoding methods.
Τι είναι το AE Encrypt;
Το AE Encrypt είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον aescanes, και η κύρια λειτουργία του είναι "Encrypt plain texts using various hashing algorithms and encoding methods.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AE Encrypt
Λήψη αρχείων επέκτασης AE Encrypt σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
AE Encrypt is a powerful Chrome extension that allows users to encrypt plain texts using various hashing algorithms and encoding methods. Whether you need to hash passwords for security or encode data for transmission, this extension provides a user-friendly interface for quick and secure text manipulation. Features * Hashing Options: Choose from popular hashing algorithms such as MD5, SHA-1, SHA-256, SHA-512, and RIPEMD160 to secure your data. * Base64 Encoding: Quickly encode and decode text using Base64 for safe transmission and storage. * User-Friendly Interface: The extension offers an intuitive and easy-to-use interface, making text encryption and decryption accessible to all users. * Clipboard Support: Easily copy the encrypted or decrypted text to your clipboard with a single click.
Βασικές Πληροφορίες Επέκτασης
Όνομα | AE Encrypt |
ID | iplnonhpbgpklonceogcjdjpllgapiga |
Επίσημο URL | https://chromewebstore.google.com/detail/ae-encrypt/iplnonhpbgpklonceogcjdjpllgapiga |
Περιγραφή | Encrypt plain texts using various hashing algorithms and encoding methods. |
Μέγεθος Αρχείου | 56.53 KB |
Αριθμός Εγκαταστάσεων | 174 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2023-11-07 |
Ημερομηνία Δημοσίευσης | 2013-02-27 |
Αξιολόγηση | 3.75/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | aescanes |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/aescanes/ae-encrypt-chromium-extension/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AE Encrypt", "version": "1.1.0", "description": "Encrypt plain texts using various hashing algorithms and encoding methods.", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": "images\/icon-19.png", "default_title": "AE Encrypt", "default_popup": "popup\/popup.html" } } |