Image2Base64

Convert images to base64 data URIs

Image2Base64 क्या है?

Image2Base64 http://wemakesites.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert images to base64 data URIs"।

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

screenshot

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

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

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

                        Image2Base64 is an online tool, provided by Acid.JS Web.UI for conversion of image files to base64 data URIs. It implements the new HTML5 file API, and the selected images are processed entirely on the client without uploading them onto the server.                    

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

नाम Image2Base64 Image2Base64
ID mnmcaoeigcikpnnebhdfblfmobfekkgl
आधिकारिक URL https://chrome.google.com/webstore/detail/image2base64/mnmcaoeigcikpnnebhdfblfmobfekkgl
विवरण Convert images to base64 data URIs
फ़ाइल का आकार 26.01 KB
स्थापना संख्या 87
वर्तमान संस्करण 1.3
अंतिम अपडेट 2012-11-10
प्रकाशन तिथि 2012-11-10
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर http://wemakesites.net
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://image2base64.wemakesites.net/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image2Base64",
    "description": "Convert images to base64 data URIs",
    "version": "1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Convert images to base64 data URIs",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}