D-Cipher

Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.

D-Cipher क्या है?

D-Cipher pascopuzzles द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में D-Cipher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}