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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |