D-Cipher

Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.

D-Cipher là gì?

D-Cipher là một tiện ích mở rộng Chrome được phát triển bởi pascopuzzles, và tính năng chính của nó là "Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng D-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

                        Encrypt and decrypt messages with Caesar, Atbash, or Vigenere cipher. 

Especially useful for ROT-13 messages, which is often used online to disguise text (the default index for Caesar ciphers is set at 13, to make it easy to translate into/out of ROT-13).                    

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

Tên D-Cipher D-Cipher
ID ccikjlmjdofmehnbeepghgjcdnapncag
URL Chính Thức https://chromewebstore.google.com/detail/d-cipher/ccikjlmjdofmehnbeepghgjcdnapncag
Mô tả Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.
Kích Thước Tệp 16.44 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-12-29
Ngày Phát Hành 2020-12-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển pascopuzzles
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "D-Cipher",
    "description": "Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.",
    "version": "1.0",
    "icons": {
        "16": "img\/favicon-16x16.png",
        "32": "img\/favicon-32x32.png",
        "192": "img\/android-chrome-192x192.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "decoder.html"
    }
}