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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |