D-Cipher
Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.
What is D-Cipher?
D-Cipher is a Chrome extension developed by pascopuzzles, and its main feature is "Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.".
Extension Screenshots
Download D-Cipher Extension CRX File
Download D-Cipher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | D-Cipher |
ID | ccikjlmjdofmehnbeepghgjcdnapncag |
Official URL | https://chromewebstore.google.com/detail/d-cipher/ccikjlmjdofmehnbeepghgjcdnapncag |
Description | Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher. |
File Size | 16.44 KB |
Installation Count | 74 |
Current Version | 1.0 |
Last Updated | 2020-12-29 |
Publish Date | 2020-12-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | pascopuzzles |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |