Image To Base64

Convert local image file to base64 data.

Image To Base64 क्या है?

Image To Base64 sxshengyushan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert local image file to base64 data."।

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

screenshot
screenshot
screenshot

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

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

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

                        Users can directly convert local pictures into base64 data through this extension, without running local commands or opening web pages with the same function. This extension can provide conversion services more conveniently                    

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

नाम Image To Base64 Image To Base64
ID fdldjonkclmoealklnknlphepoijbjbf
आधिकारिक URL https://chromewebstore.google.com/detail/image-to-base64/fdldjonkclmoealklnknlphepoijbjbf
विवरण Convert local image file to base64 data.
फ़ाइल का आकार 729 KB
स्थापना संख्या 83
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-10-20
प्रकाशन तिथि 2020-10-01
डेवलपर sxshengyushan
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image To Base64",
    "version": "1.0.0",
    "description": "Convert local image file to base64 data.",
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "Begin to convert image to Base64"
    },
    "icons": {
        "16": ".\/assets\/icon16.png",
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-...='; object-src 'self'"
}