Image2Base64
Convert images to base64 data URIs
What is Image2Base64?
Image2Base64 is a Chrome extension developed by http://wemakesites.net, and its main feature is "Convert images to base64 data URIs".
Extension Screenshots
Download Image2Base64 Extension CRX File
Download Image2Base64 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
Image2Base64 is an online tool, provided by Acid.JS Web.UI for conversion of image files to base64 data URIs. It implements the new HTML5 file API, and the selected images are processed entirely on the client without uploading them onto the server.
Extension Basic Information
Name | |
ID | mnmcaoeigcikpnnebhdfblfmobfekkgl |
Official URL | https://chrome.google.com/webstore/detail/image2base64/mnmcaoeigcikpnnebhdfblfmobfekkgl |
Description | Convert images to base64 data URIs |
File Size | 26.01 KB |
Installation Count | 87 |
Current Version | 1.3 |
Last Updated | 2012-11-10 |
Publish Date | 2012-11-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://wemakesites.net |
Payment Type | free |
Extension Website | http://image2base64.wemakesites.net/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image2Base64", "description": "Convert images to base64 data URIs", "version": "1.3", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Convert images to base64 data URIs", "default_icon": "icon.png" }, "manifest_version": 2 } |