D-Cipher
Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.
D-Cipherคืออะไร?
D-Cipher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pascopuzzles และคุณลักษณะหลักของมันคือ "Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย D-Cipher
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |