AES-Crypto
Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.
AES-Crypto là gì?
AES-Crypto là một tiện ích mở rộng Chrome được phát triển bởi chrome-extension-publishers, và tính năng chính của nó là "Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AES-Crypto
Tải xuống các tệp mở rộng AES-Crypto dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AES-Crypto |
ID | jljbknadichkemgeidkedffeokbkgmhi |
URL Chính Thức | https://chromewebstore.google.com/detail/aes-crypto/jljbknadichkemgeidkedffeokbkgmhi |
Mô tả | Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64. |
Kích Thước Tệp | 639 KB |
Số Lần Cài Đặt | 74 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2023-06-04 |
Ngày Phát Hành | 2023-05-04 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | chrome-extension-publishers |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/ |
URL Trang Trợ Giúp | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/SUPPORT.html |
URL Trang Chính Sách Bảo Mật | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/PRIVACY_POLICY.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |