Base64 string to Image converter

This extension can convert base64 string to image.

What is Base64 string to Image converter?

Base64 string to Image converter is a Chrome extension developed by lubushyn, and its main feature is "This extension can convert base64 string to image.".

Download Base64 string to Image converter Extension CRX File

Download Base64 string to Image converter 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 Base64 string to Image converter Base64 string to Image converter
ID jkmknlkbbkjnhnioalecdcblkeplldef
Official URL https://chromewebstore.google.com/detail/base64-string-to-image-co/jkmknlkbbkjnhnioalecdcblkeplldef
Description This extension can convert base64 string to image.
File Size 15.33 KB
Installation Count 48
Current Version 0.21
Last Updated 2013-06-21
Publish Date 2013-06-21
Rating 3.00/5 Total 2 Ratings
Developer lubushyn
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Base64 string to Image converter",
    "description": "This extension can convert base64 string to image.",
    "version": "0.21",
    "permissions": [],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    }
}