Caesar Cipher

Encrypts and decrypts messages using the Caesar Cipher encryption technique.

Caesar Cipherคืออะไร?

Caesar Cipher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bwiitdev และคุณลักษณะหลักของมันคือ "Encrypts and decrypts messages using the Caesar Cipher encryption technique."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Caesar Cipher

ดาวน์โหลดไฟล์ส่วนขยาย Caesar Cipher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Caesar Cipher, named after Julius Caesar, is an ancient encryption/decryption technique that shifts the alphabetical position of every letter in a message by a specified amount, or key. Encrypted messages can be sent by the sender to other receivers to be decrypted as long as the two parties agree on a numbered key first.

Although a very insecure method of encryption by today's standards, users can have fun sending  and receiving encrypted messages using this extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Caesar Cipher Caesar Cipher
ID gdbjlnocejnbinagihejclkjipfaigna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/caesar-cipher/gdbjlnocejnbinagihejclkjipfaigna
คำอธิบาย Encrypts and decrypts messages using the Caesar Cipher encryption technique.
ขนาดไฟล์ 30.41 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-11-21
วันที่เผยแพร่ 2023-01-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา bwiitdev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Caesar Cipher",
    "description": "Encrypts and decrypts messages using the Caesar Cipher encryption technique.",
    "version": "1.1",
    "author": "Brandon Wiitanen, Spencer Wiitanen",
    "action": {
        "default_popup": "index.html",
        "default_title": "Caesar Cipher"
    },
    "icons": {
        "16": "images\/caesar.png",
        "32": "images\/caesar.png",
        "48": "images\/caesar.png",
        "128": "images\/caesar.png"
    }
}