AES-Crypto
Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.
Τι είναι το AES-Crypto;
Το AES-Crypto είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chrome-extension-publishers, και η κύρια λειτουργία του είναι "Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AES-Crypto
Λήψη αρχείων επέκτασης AES-Crypto σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension allows users to easily encrypt and decrypt data using the AES encryption method as base64. It detects all requests, enabling you to select any request and view its details as a JSON tree. When the extension cannot parse the data to JSON, it attempts to decrypt it.
Βασικές Πληροφορίες Επέκτασης
Όνομα | AES-Crypto |
ID | jljbknadichkemgeidkedffeokbkgmhi |
Επίσημο URL | https://chromewebstore.google.com/detail/aes-crypto/jljbknadichkemgeidkedffeokbkgmhi |
Περιγραφή | Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64. |
Μέγεθος Αρχείου | 639 KB |
Αριθμός Εγκαταστάσεων | 74 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2023-06-04 |
Ημερομηνία Δημοσίευσης | 2023-05-04 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | chrome-extension-publishers |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/SUPPORT.html |
URL της Σελίδας Πολιτικής Απορρήτου | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/PRIVACY_POLICY.html |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AES-Crypto", "version": "1.2", "description": "Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.", "manifest_version": 3, "devtools_page": "devtools.html", "permissions": [ "webNavigation", "storage", "clipboardWrite" ], "icons": { "16": "crypto-aes.png", "48": "crypto-aes.png", "128": "crypto-aes.png" } } |