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 |
公式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 |
Eメール | [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" } } |