D-Cipher
Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.
Wat is D-Cipher?
D-Cipher is een Chrome-extensie ontwikkeld door pascopuzzles, en de belangrijkste functie is "Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.".
Extensie Screenshots
Download het CRX-bestand van de extensie D-Cipher
Download D-Cipher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | D-Cipher |
ID | ccikjlmjdofmehnbeepghgjcdnapncag |
Officiële URL | https://chromewebstore.google.com/detail/d-cipher/ccikjlmjdofmehnbeepghgjcdnapncag |
Beschrijving | Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher. |
Bestandsgrootte | 16.44 KB |
Aantal Installaties | 74 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-12-29 |
Publicatiedatum | 2020-12-29 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | pascopuzzles |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |