Instant Base64

Instantly converts an image to its Base64 string value and copies it to the clipboard.

What is Instant Base64?

Instant Base64 is a Chrome extension developed by Marius Olbertz, and its main feature is "Instantly converts an image to its Base64 string value and copies it to the clipboard.".

Extension Screenshots

screenshot

Download Instant Base64 Extension CRX File

Download Instant 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

                        Instantly converts an image to its Base64 string value and copies it to the clipboard.                    

Extension Basic Information

Name Instant Base64 Instant Base64
ID ikfcjclgcgglkgmcanalhmmjomgilcph
Official URL https://chromewebstore.google.com/detail/instant-base64/ikfcjclgcgglkgmcanalhmmjomgilcph
Description Instantly converts an image to its Base64 string value and copies it to the clipboard.
File Size 7.64 KB
Installation Count 110
Current Version 0.2.0
Last Updated 2014-08-11
Publish Date 2014-08-11
Rating 4.00/5 Total 2 Ratings
Developer Marius Olbertz
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Base64",
    "version": "0.2.0",
    "description": "Instantly converts an image to its Base64 string value and copies it to the clipboard.",
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "manifest_version": 2
}