AE Encrypt
Encrypt plain texts using various hashing algorithms and encoding methods.
AE Encrypt란 무엇입니까?
AE Encrypt은(는) aescanes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Encrypt plain texts using various hashing algorithms and encoding methods."입니다.
확장 프로그램 스크린샷
AE Encrypt 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AE Encrypt is a powerful Chrome extension that allows users to encrypt plain texts using various hashing algorithms and encoding methods. Whether you need to hash passwords for security or encode data for transmission, this extension provides a user-friendly interface for quick and secure text manipulation. Features * Hashing Options: Choose from popular hashing algorithms such as MD5, SHA-1, SHA-256, SHA-512, and RIPEMD160 to secure your data. * Base64 Encoding: Quickly encode and decode text using Base64 for safe transmission and storage. * User-Friendly Interface: The extension offers an intuitive and easy-to-use interface, making text encryption and decryption accessible to all users. * Clipboard Support: Easily copy the encrypted or decrypted text to your clipboard with a single click.
확장 프로그램 기본 정보
이름 | AE Encrypt |
ID | iplnonhpbgpklonceogcjdjpllgapiga |
공식 URL | https://chromewebstore.google.com/detail/ae-encrypt/iplnonhpbgpklonceogcjdjpllgapiga |
설명 | Encrypt plain texts using various hashing algorithms and encoding methods. |
파일 크기 | 56.53 KB |
설치 횟수 | 174 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2023-11-07 |
출시 날짜 | 2013-02-27 |
평점 | 3.75/5 총 4 개의 평점 |
개발자 | aescanes |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/aescanes/ae-encrypt-chromium-extension/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AE Encrypt", "version": "1.1.0", "description": "Encrypt plain texts using various hashing algorithms and encoding methods.", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": "images\/icon-19.png", "default_title": "AE Encrypt", "default_popup": "popup\/popup.html" } } |