Decode64

A chrome extension to encode and decode base64 strings

Decode64 क्या है?

Decode64 Baris द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension to encode and decode base64 strings"।

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

screenshot

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

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

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

                        This extension allows you to encode and decide any given string from and to base64.

Features: 
- Encode String
- Decode Base64 String
- Ability to encode a string twice
- Ability to decode a string that's been encoded twice
- Darkmode                    

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

नाम Decode64 Decode64
ID negeochodnalfpdkinmdlpcchefbjoif
आधिकारिक URL https://chromewebstore.google.com/detail/decode64/negeochodnalfpdkinmdlpcchefbjoif
विवरण A chrome extension to encode and decode base64 strings
फ़ाइल का आकार 109 KB
स्थापना संख्या 37
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2023-02-01
प्रकाशन तिथि 2021-04-21
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Baris
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension to encode and decode base64 strings",
    "version": "2.0.0",
    "manifest_version": 3,
    "name": "Decode64",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}