AES-Crypto

Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.

AES-Cryptoคืออะไร?

AES-Crypto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chrome-extension-publishers และคุณลักษณะหลักของมันคือ "Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AES-Crypto

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}