D-Cipher
Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.
什麼是D-Cipher?
D-Cipher是由pascopuzzles開發的Chrome擴展程式,該擴展的主要功能是“Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.”。
擴展截圖
下載D-Cipher擴展crx文件
下載D-Cipher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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).
擴展基本資訊
名稱 | D-Cipher |
ID | ccikjlmjdofmehnbeepghgjcdnapncag |
官方網址 | https://chromewebstore.google.com/detail/d-cipher/ccikjlmjdofmehnbeepghgjcdnapncag |
簡介 | Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher. |
檔案大小 | 16.44 KB |
安裝次數 | 74 |
目前版本 | 1.0 |
更新時間 | 2020-12-29 |
上架時間 | 2020-12-29 |
評分 | 5.00/5 共 1 次評分 |
開發者 | pascopuzzles |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |