D-Cipher
Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.
Co to jest D-Cipher?
D-Cipher to rozszerzenie Chrome opracowane przez pascopuzzles, a jego główną funkcją jest „Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia D-Cipher
Pobierz pliki rozszerzeń D-Cipher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | D-Cipher |
ID | ccikjlmjdofmehnbeepghgjcdnapncag |
Oficjalny URL | https://chromewebstore.google.com/detail/d-cipher/ccikjlmjdofmehnbeepghgjcdnapncag |
Opis | Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher. |
Rozmiar pliku | 16.44 KB |
Liczba instalacji | 74 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-12-29 |
Data Publikacji | 2020-12-29 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | pascopuzzles |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |