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). 扩展基本信息
| 名称 | |
| ID | ccikjlmjdofmehnbeepghgjcdnapncag |
| 官方URL | 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"
}
} | |