d3coder

Encoding/Decoding Plugin for various types of encoding like base64, rot13 or unix timestamp conversion

d3coder क्या है?

d3coder Izzy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Encoding/Decoding Plugin for various types of encoding like base64, rot13 or unix timestamp conversion"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में d3coder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension enables you to encode and decode selected text via the context menu. This reduces the time you spend on looking up values and gives you more time to concentrate on the important things of development. 

The context menu this extension enables is customizable through the options page. To get there either click on the item or go to Wrench -> Tools -> Extensions -> d3coder options.

Via the popup you are able to choose between four message types: alert the result, adding a DIV-element to the bottom of the page, via console.log() or replacing the selected text on the page.

You can also deactivate functions(e.g. if you don't need them and want to free the space they use).

The current version has implemented the following en-/decoding functions:

- Unix Timestamp
- rot13
- base64
- CRC32/MD5/SHA1 hashing
- bin2hex
- bin2txt
- HTML entity
- HTML specialchars
- URI encode
- Quoted printables
- Escapeshellarg
- (PHP) Unserialize
- "L33T"-speak
- reverse                    

एक्सटेंशन की मूल जानकारी

नाम d3coder d3coder
ID gncnbkghencmkfgeepfaonmegemakcol
आधिकारिक URL https://chromewebstore.google.com/detail/d3coder/gncnbkghencmkfgeepfaonmegemakcol
विवरण Encoding/Decoding Plugin for various types of encoding like base64, rot13 or unix timestamp conversion
फ़ाइल का आकार 108 KB
स्थापना संख्या 12,939
वर्तमान संस्करण 5.1.1
अंतिम अपडेट 2022-11-11
प्रकाशन तिथि 2019-12-03
रेटिंग 4.05/5 कुल 37 रेटिंग्स
डेवलपर Izzy
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/izzy/d3coder
सहायता पृष्ठ URL https://github.com/izzy/d3coder/issues
गोपनीयता नीति पृष्ठ URL https://privacy.unikorn.me
समर्थित भाषाएँ id,ms,de,en,fil,fr,nl,no,tr,ca,da,es,hr,it,lt,hu,pl,pt-BR,pt-PT,fi,cs,el,bg,ru,uk,mr,hi,bn,kn-IN,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "5.1.1",
    "description": "__MSG_extDescription__",
    "options_ui": {
        "page": "html\/menu_ui.html",
        "open_in_tab": false
    },
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "storage",
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "js\/serviceworker.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en"
}