Image to Base64 Encoder

Convert image to base64

What is Image to Base64 Encoder?

Image to Base64 Encoder is a Chrome extension developed by https://abhisheksatre.com, and its main feature is "Convert image to base64".

Extension Screenshots

Download Image to Base64 Encoder Extension CRX File

Download Image to Base64 Encoder 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

                                            

Extension Basic Information

Name Image to Base64 Encoder Image to Base64 Encoder
ID ckkinejbeeejbhkmjagfajnagnondgim
Official URL https://chromewebstore.google.com/detail/image-to-base64-encoder/ckkinejbeeejbhkmjagfajnagnondgim
Description Convert image to base64
File Size 21.89 KB
Installation Count 279
Current Version 1.0
Last Updated 2017-07-02
Publish Date 2017-07-02
Rating 5.00/5 Total 6 Ratings
Developer https://abhisheksatre.com
Email [email protected]
Payment Type free
Extension Website http://abhisheksatre.com/tools/image-to-base64-encoder/?utm_source=chromestore&utm_medium=link
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image to Base64 Encoder",
    "description": "Convert image to base64",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "ui.html"
    },
    "icons": {
        "16": "icon.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus",
        "clipboardWrite"
    ]
}