Base64 encoder & decoder

Encode text into base64 and base64 into text

Base64 encoder & decoder क्या है?

Base64 encoder & decoder Developer64 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Encode text into base64 and base64 into text"।

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

screenshot
screenshot

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

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

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

                        Encode some text into base64 in your browser ! Easy and fast.

You can encode text into base64 and base64 into text.
Just in your browser.                    

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

नाम Base64 encoder & decoder Base64 encoder & decoder
ID jiklnlhpmjoonfenfeebmmgbkmlmfcjk
आधिकारिक URL https://chromewebstore.google.com/detail/base64-encoder-decoder/jiklnlhpmjoonfenfeebmmgbkmlmfcjk
विवरण Encode text into base64 and base64 into text
फ़ाइल का आकार 6.63 KB
स्थापना संख्या 27
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-11-02
प्रकाशन तिथि 2018-11-02
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Developer64
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sites.google.com/view/mineblock-app
सहायता पृष्ठ URL https://sites.google.com/view/mineblock-app/help
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Base64 encoder & decoder",
    "version": "1.0",
    "description": "Encode text into base64 and base64 into text",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}