AES-Crypto
Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.
Co je AES-Crypto?
AES-Crypto je rozšíření Chrome vyvinuté chrome-extension-publishers, a jeho hlavní funkcí je „Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření AES-Crypto
Stáhněte si soubory rozšíření AES-Crypto ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | AES-Crypto |
ID | jljbknadichkemgeidkedffeokbkgmhi |
Oficiální URL | https://chromewebstore.google.com/detail/aes-crypto/jljbknadichkemgeidkedffeokbkgmhi |
Popis | Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64. |
Velikost souboru | 639 KB |
Počet instalací | 74 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2023-06-04 |
Datum Vydání | 2023-05-04 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | chrome-extension-publishers |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/ |
URL Stránky Nápovědy | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/SUPPORT.html |
URL Stránky Zásad Ochrany Soukromí | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/PRIVACY_POLICY.html |
Podporované Jazyky | 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" } } |