AES-Crypto
Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.
什麼是AES-Crypto?
AES-Crypto是由chrome-extension-publishers開發的Chrome擴展程式,該擴展的主要功能是“Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.”。
擴展截圖
下載AES-Crypto擴展crx文件
下載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 |
官方網址 | 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" } } |