Caesar Cipher

Encrypts and decrypts messages using the Caesar Cipher encryption technique.

Caesar Cipher là gì?

Caesar Cipher là một tiện ích mở rộng Chrome được phát triển bởi bwiitdev, và tính năng chính của nó là "Encrypts and decrypts messages using the Caesar Cipher encryption technique.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Caesar Cipher

Tải xuống các tệp mở rộng Caesar Cipher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Caesar Cipher Caesar Cipher
ID gdbjlnocejnbinagihejclkjipfaigna
URL Chính Thức https://chromewebstore.google.com/detail/caesar-cipher/gdbjlnocejnbinagihejclkjipfaigna
Mô tả Encrypts and decrypts messages using the Caesar Cipher encryption technique.
Kích Thước Tệp 30.41 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-11-21
Ngày Phát Hành 2023-01-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển bwiitdev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}