base64 decoder

Easily en- and decode any text to/from base64 right in your browser!

base64 decoder क्या है?

base64 decoder WeeklyMeat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily en- and decode any text to/from base64 right in your browser!"।

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

screenshot
screenshot

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

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

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

                        This extenstion helps people quickly en- and decode text right within their browser.
It offers a live preview and a button to copy it.

It was a small side project of me to understand chrome extensions.
The focus lied on good usability and design.

I hope this extension can help anyone in anyway.                    

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

नाम base64 decoder base64 decoder
ID dddmeikdhjlegajibedepmbjmiigmiec
आधिकारिक URL https://chromewebstore.google.com/detail/base64-decoder/dddmeikdhjlegajibedepmbjmiigmiec
विवरण Easily en- and decode any text to/from base64 right in your browser!
फ़ाइल का आकार 59.94 KB
स्थापना संख्या 396
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-10-26
प्रकाशन तिथि 2020-10-25
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर WeeklyMeat
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/WeeklyMeat/chrome_base64_en-decoder
सहायता पृष्ठ URL https://www.paypal.com/paypalme/weeklymeat
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "base64 decoder",
    "description": "Easily en- and decode any text to\/from base64 right in your browser!",
    "version": "1.0.0",
    "icons": {
        "256": "icon_256.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}