AES-Crypto
Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.
Apa itu AES-Crypto?
AES-Crypto adalah ekstensi Chrome yang dikembangkan oleh chrome-extension-publishers, dan fitur utamanya adalah "Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AES-Crypto
Unduh file ekstensi AES-Crypto dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | AES-Crypto |
ID | jljbknadichkemgeidkedffeokbkgmhi |
URL Resmi | https://chromewebstore.google.com/detail/aes-crypto/jljbknadichkemgeidkedffeokbkgmhi |
Deskripsi | Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64. |
Ukuran File | 639 KB |
Jumlah Instalasi | 74 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2023-06-04 |
Tanggal Publikasi | 2023-05-04 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | chrome-extension-publishers |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/ |
URL Halaman Bantuan | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/SUPPORT.html |
URL Halaman Kebijakan Privasi | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/PRIVACY_POLICY.html |
Bahasa yang Didukung | 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" } } |