Caesar Cipher

Encrypts and decrypts messages using the Caesar Cipher encryption technique.

什麼是Caesar Cipher?

Caesar Cipher是由bwiitdev開發的Chrome擴展程式,該擴展的主要功能是“Encrypts and decrypts messages using the Caesar Cipher encryption technique.”。

擴展截圖

screenshot

下載Caesar Cipher擴展crx文件

下載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
官方網址 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"
    }
}