Image To Base64

Convert local image file to base64 data.

What is Image To Base64?

Image To Base64 is a Chrome extension developed by sxshengyushan, and its main feature is "Convert local image file to base64 data.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Image To Base64 Extension CRX File

Download Image To Base64 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Image To Base64 Image To Base64
ID fdldjonkclmoealklnknlphepoijbjbf
Official URL https://chromewebstore.google.com/detail/image-to-base64/fdldjonkclmoealklnknlphepoijbjbf
Description Convert local image file to base64 data.
File Size 729 KB
Installation Count 83
Current Version 1.0.0
Last Updated 2020-10-20
Publish Date 2020-10-01
Developer sxshengyushan
Email [email protected]
Payment Type free
Supported Languages 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'"
}