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.”。

擴展截圖

screenshot
screenshot

下載AE Encrypt擴展crx文件

下載AE Encrypt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 AE Encrypt
ID iplnonhpbgpklonceogcjdjpllgapiga
官方網址 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"
    }
}