D-Cipher
Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.
Apa itu D-Cipher?
D-Cipher adalah ekstensi Chrome yang dikembangkan oleh pascopuzzles, dan fitur utamanya adalah "Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi D-Cipher
Unduh file ekstensi D-Cipher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | D-Cipher |
ID | ccikjlmjdofmehnbeepghgjcdnapncag |
URL Resmi | https://chromewebstore.google.com/detail/d-cipher/ccikjlmjdofmehnbeepghgjcdnapncag |
Deskripsi | Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher. |
Ukuran File | 16.44 KB |
Jumlah Instalasi | 74 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-12-29 |
Tanggal Publikasi | 2020-12-29 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | pascopuzzles |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |